UNPKG

wix-style-react

Version:
7 lines (5 loc) 175 B
import { InputDriver } from '../Input/Input.driver'; export interface NoBorderInputDriver extends InputDriver { getLabel: () => string; getStatusMessage: () => string; }