UNPKG

wix-style-react

Version:
8 lines 336 B
import { numberInputDriverFactory as publicDriverFactory } from './NumberInput.uni.driver'; export const numberInputDriverFactory = (base, body) => { return { ...publicDriverFactory(base, body), // Add here driver methods that considered "private" }; }; //# sourceMappingURL=NumberInput.private.uni.driver.js.map