Fixed #2262 - InputSwitch TypeScript modelValue error
parent
3c03064c1c
commit
877e247fe7
|
@ -4,7 +4,7 @@ export interface InputSwitchProps {
|
|||
/**
|
||||
* Specifies whether a inputswitch should be checked or not.
|
||||
*/
|
||||
modelValue?: boolean | undefined;
|
||||
modelValue?: boolean | string | undefined;
|
||||
/**
|
||||
* Inline style of the component.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue