UNPKG

wix-style-react

Version:
6 lines (4 loc) 173 B
import { BaseUniDriver } from '@wix/wix-ui-test-utils/unidriver'; export interface TransitionUniDriver extends BaseUniDriver { hasAnimationStarted(): Promise<boolean>; }