UNPKG

wix-style-react

Version:
11 lines (9 loc) 284 B
import { InputDriver } from '../Input/Input.driver'; export interface RangeDriver extends InputDriver { getInput: () => HTMLElement; hasInput: () => boolean; getLabel: () => HTMLElement; hasLabel: () => boolean; clickFirstInput: () => void; clickLastInput: () => void; }