UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

7 lines 210 B
import { ReactNode } from '../../shims/react-compat-shim.js'; interface Props { children: ReactNode; } export default function Error({ children }: Props): any; export {}; //# sourceMappingURL=Error.d.ts.map