UNPKG

@table-library/react-table-library

Version:
9 lines (8 loc) 247 B
import * as React from 'react'; declare type CheckboxProps = { checked: boolean; isIndeterminate?: boolean; onChange: (event: React.SyntheticEvent) => void; }; export declare const Checkbox: React.FC<CheckboxProps>; export {};