UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

9 lines 324 B
import { ReactNode } from 'preact/compat'; interface Props { children?: ReactNode; } declare const _default: import('preact').FunctionalComponent<import('preact/compat').PropsWithoutRef<Props> & { ref?: import('preact').Ref<HTMLDivElement> | undefined; }>; export default _default; //# sourceMappingURL=Root.d.ts.map