UNPKG

@wix/design-system

Version:

@wix/design-system

10 lines 382 B
import { baseUniDriverFactory } from '../utils/test-utils/unidriver'; export const pulseAnimationDriverFactory = (base, body) => { // Keep the second argument for testkit factory signature compatibility. void body; return { ...baseUniDriverFactory(base), }; }; export default pulseAnimationDriverFactory; //# sourceMappingURL=PulseAnimation.uni.driver.js.map