hello-csv
Version:
A modern CSV importer written in Preact
9 lines • 319 B
TypeScript
import { EnumLabelDict } from '../../types';
interface Props {
onRetry: () => void;
onBackToPreview: () => void;
enumLabelDict: EnumLabelDict;
}
export default function Failed({ onRetry, onBackToPreview, enumLabelDict, }: Props): import("preact").JSX.Element;
export {};
//# sourceMappingURL=Failed.d.ts.map