UNPKG

@appkitreact/react-table-library

Version:

fork of react-table-library to support react 18 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 {};