UNPKG

wix-style-react

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