Merge pull request #2309 from tugcekucukoglu/type-check

Fixed #2262 - InputSwitch TypeScript modelValue error
pull/2311/head
Tuğçe Küçükoğlu 2022-03-14 11:31:34 +03:00 committed by GitHub
commit a29f3d78b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. * 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.
*/ */