UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

8 lines 286 B
interface Props { onSheetChange: (sheetId: string) => void; sheetCountDict: Record<string, number>; idPrefix?: string; } export default function SheetsSwitcher({ onSheetChange, sheetCountDict, idPrefix, }: Props): any; export {}; //# sourceMappingURL=SheetsSwitcher.d.ts.map