UNPKG

wix-style-react

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