fix(types): allow indeterminate for checkbox (#3473)
This commit is contained in:
parent
c901dca5ad
commit
d4fcfddec6
1
packages/runtime-dom/types/jsx.d.ts
vendored
1
packages/runtime-dom/types/jsx.d.ts
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user