UNPKG

wix-style-react

Version:
8 lines (6 loc) 218 B
import { sidebarNextDriverFactory as publicDriverFactory } from '../SidebarNext.uni.driver'; export const sidebarNextPrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };