Skip to content

Commit

Permalink
Merge pull request #2309 from tugcekucukoglu/type-check
Browse files Browse the repository at this point in the history
Fixed #2262 - InputSwitch TypeScript modelValue error
  • Loading branch information
tugcekucukoglu authored Mar 14, 2022
2 parents 3c03064 + 877e247 commit a29f3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputswitch/InputSwitch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit a29f3d7

Please sign in to comment.