UNPKG

wix-style-react

Version:
8 lines 342 B
import type { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare const iconAffixDriverFactory: (base: UniDriver) => { hasChild: (selector: string) => boolean; exists: () => Promise<boolean>; element: () => Promise<any>; click: () => Promise<void>; }; //# sourceMappingURL=IconAffix.private.uni.driver.d.ts.map