UNPKG

wix-style-react

Version:
7 lines (5 loc) 158 B
import { BaseDriver } from 'wix-ui-test-utils/driver-factory'; export interface HeaderDriver extends BaseDriver { title(): string; subtitle(): string; }