UNPKG

@idui/react-toggle-controls

Version:
4 lines (3 loc) 192 B
import { CheckboxProps } from './types'; declare function Checkbox({ checked, className, label, disabled, icon, colors, size, ...props }: CheckboxProps): JSX.Element; export default Checkbox;