Fixed #2262 - InputSwitch TypeScript modelValue error

pull/2309/head
Tuğçe Küçükoğlu 2022-03-14 11:31:10 +03:00
parent 3c03064c1c
commit 877e247fe7
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/