UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

9 lines 294 B
import { EnumLabelDict } from '../../types'; interface Props { onRetry: () => void; onBackToPreview: () => void; enumLabelDict: EnumLabelDict; } export default function Failed({ onRetry, onBackToPreview, enumLabelDict, }: Props): any; export {}; //# sourceMappingURL=Failed.d.ts.map