UNPKG

@wix/design-system

Version:

@wix/design-system

10 lines 455 B
import type { UniDriver } from '@wix/unidriver-core'; export declare const pulseAnimationDriverFactory: (base: UniDriver, body?: UniDriver) => { exists: () => Promise<boolean>; element: () => Promise<any>; click: () => Promise<void>; base: UniDriver; }; export type PulseAnimationUniDriver = ReturnType<typeof pulseAnimationDriverFactory>; export default pulseAnimationDriverFactory; //# sourceMappingURL=PulseAnimation.uni.driver.d.ts.map