UNPKG

@dodobrat/react-ui-kit

Version:
6 lines (5 loc) 424 B
import React from "react"; import { CheckboxComponentProps, CheckboxProps } from "./Checkbox.types"; export declare const CheckboxComponent: React.ForwardRefExoticComponent<Pick<CheckboxComponentProps, string | number> & React.RefAttributes<HTMLInputElement>>; declare const _default: React.ForwardRefExoticComponent<Pick<CheckboxProps, string | number> & React.RefAttributes<HTMLDivElement>>; export default _default;