UNPKG

wix-style-react

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