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