hello-csv
Version:
A modern CSV importer written in Preact
8 lines • 418 B
TypeScript
import { ReactNode } from 'preact/compat';
import { ImporterDefinitionWithDefaults } from './types';
export declare function ImporterDefinitionProvider({ importerDefintion, children, }: {
importerDefintion: ImporterDefinitionWithDefaults;
children: ReactNode;
}): import("preact").JSX.Element;
export declare function useImporterDefinition(): ImporterDefinitionWithDefaults;
//# sourceMappingURL=hooks.d.ts.map