UNPKG

mui-tri-state-checkbox

Version:

A tri-state checkbox component (false, null, or true) built on material-ui Checkbox

4 lines (2 loc) 105 B
export type ValueProp = 'value' | 'defaultValue' | 'checked' | 'defaultChecked'