UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

8 lines 304 B
import { ImporterOutputFieldType } from '../../types'; interface Props { examples: ImporterOutputFieldType[] | null; csvHeader: string | null; } export default function HeaderMapperDataPreview({ examples, csvHeader, }: Props): any; export {}; //# sourceMappingURL=HeaderMapperDataPreview.d.ts.map