UNPKG

wix-style-react

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