UNPKG

brightyui

Version:

Brighty UI library

9 lines (8 loc) 205 B
import { FC } from 'react'; interface SpendingsProps { onClick: () => void; defaultChecked?: boolean; disabled?: boolean; } declare const Switcher: FC<SpendingsProps>; export default Switcher;