UNPKG

wix-style-react

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