diff --git a/types/lib/Input.d.ts b/types/lib/Input.d.ts index 3ebe13517..3538acc81 100644 --- a/types/lib/Input.d.ts +++ b/types/lib/Input.d.ts @@ -8,6 +8,7 @@ export type InputType = | 'file' | 'radio' | 'checkbox' + | 'switch' | 'textarea' | 'button' | 'reset'