UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

8 lines 299 B
import { EnumLabelDict } from '../../types'; type Props = { completedWithErrors?: boolean; enumLabelDict: EnumLabelDict; }; export default function SummaryInfo({ completedWithErrors, enumLabelDict, }: Props): import("preact").JSX.Element; export {}; //# sourceMappingURL=SummaryInfo.d.ts.map