UNPKG

wix-style-react

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