UNPKG

@kadconsulting/dry

Version:
6 lines (5 loc) 283 B
/// <reference types="react" /> import './Checkbox.scss'; import type { ExtendedCheckboxProps } from './CheckboxTypes'; declare const Checkbox: import("react").ForwardRefExoticComponent<ExtendedCheckboxProps & import("react").RefAttributes<HTMLDivElement>>; export default Checkbox;