UNPKG

wix-style-react

Version:
10 lines (7 loc) 288 B
import { stackedBarChartDriverFactory as publicDriverFactory } from '../StackedBarChart.uni.driver'; export const stackedBarChartPrivateDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), // Add here driver methods that considered "private" }; };