UNPKG

wix-style-react

Version:
8 lines (6 loc) 239 B
import { horizontalTimelineDriverFactory as publicDriverFactory } from '../HorizontalTimeline.uni.driver'; export const horizontalTimelinePrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), }; };