Skip to content

Commit

Permalink
Fixed #2262 - InputSwitch TypeScript modelValue error
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Mar 14, 2022
1 parent 3c03064 commit 877e247
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 877e247

Please sign in to comment.