UNPKG

wix-style-react

Version:
8 lines (6 loc) 216 B
import { marketingLayoutDriverFactory as publicDriverFactory } from '../MarketingLayout.uni.driver'; export const marketingLayoutPrivateDriverFactory = base => { return { ...publicDriverFactory(base), }; };