UNPKG

wix-style-react

Version:
8 lines (6 loc) 209 B
import { collapseDriverFactory as publicDriverFactory } from '../Collapse.uni.driver'; export const collapsePrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };