UNPKG

@passflow/passflow-react-sdk

Version:
9 lines 252 B
import { ChangeEvent, FC } from 'react'; type TSwitch = { label: string; checked: boolean; onChange: (event: ChangeEvent<HTMLInputElement>) => void; }; export declare const Switch: FC<TSwitch>; export {}; //# sourceMappingURL=index.d.ts.map