wix-style-react
Version:
wix-style-react
8 lines • 342 B
TypeScript
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