UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

7 lines 224 B
interface Props { progress: number; pending?: boolean; } export default function CircularProgress({ progress, pending }: Props): import("preact").JSX.Element; export {}; //# sourceMappingURL=CircularProgress.d.ts.map