indeterminate-input-elm.ts 98 B

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