UNPKG

@wix/design-system

Version:

@wix/design-system

7 lines (5 loc) 152 B
import { ElementHandle } from 'puppeteer'; export interface TextPuppeteerDriver { element: () => ElementHandle; getValue: () => Promise<string>; }