DefinitelyTyped/types/react-csv/index.d.ts
2019-03-05 14:31:36 -08:00

9 lines
374 B
TypeScript

// Type definitions for react-csv 1.1
// Project: https://github.com/react-csv/react-csv
// Definitions by: Vincent Pizzo <https://github.com/vincentjames501>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
export { default as CSVLink } from "./components/Link";
export { default as CSVDownload } from "./components/Download";