wix-style-react
Version:
wix-style-react
8 lines • 336 B
JavaScript
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