UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

7 lines 314 B
import { ReactNode } from 'preact/compat'; import { TranslationContextType } from './types'; export declare function TranslationProvider({ children }: { children: ReactNode; }): import("preact").JSX.Element; export declare function useTranslations(): TranslationContextType; //# sourceMappingURL=index.d.ts.map