UNPKG

wix-style-react

Version:
10 lines (7 loc) 271 B
import { inputWithLabelDriverFactory as publicDriverFactory } from '../InputWithLabel.uni.driver'; export const inputWithLabelPrivateDriverFactory = base => { return { ...publicDriverFactory(base), // Add here driver methods that considered "private" }; };