fix(types): allow indeterminate for checkbox (#3473)

This commit is contained in:
Simon Legner 2022-05-11 13:38:13 +02:00 committed by GitHub
parent c901dca5ad
commit d4fcfddec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -467,6 +467,7 @@ export interface InputHTMLAttributes extends HTMLAttributes {
formnovalidate?: Booleanish formnovalidate?: Booleanish
formtarget?: string formtarget?: string
height?: Numberish height?: Numberish
indeterminate?: boolean
list?: string list?: string
max?: Numberish max?: Numberish
maxlength?: Numberish maxlength?: Numberish