indeterminate-input-elm.ts 96 B

123
  1. export interface IndeterminateInputElement extends HTMLInputElement {
  2. indeterminate:boolean
  3. }