UNPKG

wix-style-react

Version:
8 lines (6 loc) 230 B
import { analyticsLayoutDriverFactory as publicDriverFactory } from '../AnalyticsLayout.uni.driver'; export const analyticsLayoutPrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };