UNPKG

wix-style-react

Version:
8 lines (6 loc) 190 B
import { baseUniDriverFactory } from '../../test/utils/unidriver'; export const analyticsLayoutDriverFactory = (base, body) => { return { ...baseUniDriverFactory(base, body), }; };