hello-csv
Version:
A modern CSV importer written in Preact
10 lines • 354 B
TypeScript
import { ReactNode } from 'preact/compat';
interface Props {
children?: ReactNode;
withFullHeight?: boolean;
}
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