mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
374 B
TypeScript
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";
|