UNPKG

@makeen.io/material-ui-kit

Version:
9 lines (8 loc) 296 B
declare type CheckboxMatrixProps = { disabled: boolean; matrix: any; onSelectionUpdate?: Function; selections: any; }; declare const CheckboxMatrix: ({ matrix, selections, onSelectionUpdate, disabled, ...rest }: CheckboxMatrixProps) => JSX.Element; export default CheckboxMatrix;