Merge pull request #2309 from tugcekucukoglu/type-check
Fixed #2262 - InputSwitch TypeScript modelValue errorpull/2311/head
commit
a29f3d78b4
|
@ -4,7 +4,7 @@ export interface InputSwitchProps {
|
||||||
/**
|
/**
|
||||||
* Specifies whether a inputswitch should be checked or not.
|
* Specifies whether a inputswitch should be checked or not.
|
||||||
*/
|
*/
|
||||||
modelValue?: boolean | undefined;
|
modelValue?: boolean | string | undefined;
|
||||||
/**
|
/**
|
||||||
* Inline style of the component.
|
* Inline style of the component.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue