Procházet zdrojové kódy

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

Simon Legner před 4 roky
rodič
revize
d4fcfddec6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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
   formtarget?: string
   height?: Numberish
+  indeterminate?: boolean
   list?: string
   max?: Numberish
   maxlength?: Numberish