hello-csv
Version:
A modern CSV importer written in Preact
10 lines • 346 B
TypeScript
import { EnumLabelDict } from '../../types';
interface Props {
onRetry: () => void;
onBackToPreview: () => void;
resetState: () => void;
enumLabelDict: EnumLabelDict;
}
export default function ImportStatus({ onRetry, onBackToPreview, resetState, enumLabelDict, }: Props): any;
export {};
//# sourceMappingURL=ImportStatus.d.ts.map