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