UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

7 lines 199 B
interface Props { progress: number; pending?: boolean; } export default function CircularProgress({ progress, pending }: Props): any; export {}; //# sourceMappingURL=CircularProgress.d.ts.map