Explorar el Código

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

Simon Legner hace 4 años
padre
commit
d4fcfddec6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/runtime-dom/types/jsx.d.ts

+ 1 - 0
packages/runtime-dom/types/jsx.d.ts

@@ -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