UNPKG

wix-style-react

Version:
9 lines (7 loc) 242 B
import { baseUniDriverFactory, findByHook } from '../../test/utils/unidriver'; import { dataHooks } from './constants'; export const pulseAnimationDriverFactory = (base, body) => { return { ...baseUniDriverFactory(base, body), }; };