Skip to content

Commit

Permalink
fix(types): add 'swtch' to InputType (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
phwebi committed Oct 27, 2021
1 parent e4affb4 commit 302d41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lib/Input.d.ts
Expand Up @@ -8,6 +8,7 @@ export type InputType =
| 'file'
| 'radio'
| 'checkbox'
| 'switch'
| 'textarea'
| 'button'
| 'reset'
Expand Down

0 comments on commit 302d41e

Please sign in to comment.