Fixed #1191 - Checkbox typings insufficient
parent
848890c9c5
commit
378f2d6867
|
@ -1,6 +1,6 @@
|
|||
interface CheckboxProps {
|
||||
value?: null;
|
||||
modelValue?: null;
|
||||
value?: any;
|
||||
modelValue?: any;
|
||||
binary?: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue