UNPKG

react-async-csv-downloader

Version:

A small hook to enable asynchronous downloading of csv files

5 lines (4 loc) 68 B
export type RawCSVExport = { file: string; type: string; };