UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

9 lines 330 B
import { ColumnMapping } from '../../types'; interface Props { onMappingsChanged: (mappings: ColumnMapping[]) => void; onMappingsSet: () => void; onBack: () => void; } export default function HeaderMapper({ onMappingsChanged, onMappingsSet, onBack, }: Props): any; export {}; //# sourceMappingURL=HeaderMapper.d.ts.map