UNPKG

hello-csv

Version:

A modern CSV importer written in Preact

8 lines 233 B
interface Props { checked: boolean; setChecked: (checked: boolean) => void; label?: string; } export default function Checkbox({ checked, setChecked, label }: Props): any; export {}; //# sourceMappingURL=Checkbox.d.ts.map