UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

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