@airplane/views
Version:
A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.
17 lines (16 loc) • 295 B
JavaScript
const emptyFn = () => {
};
const DefaultNumberInputState = {
value: void 0,
setValue: emptyFn,
disabled: false,
setDisabled: emptyFn,
errors: [],
showErrors: false,
setShowErrors: emptyFn,
reset: emptyFn
};
export {
DefaultNumberInputState
};
//# sourceMappingURL=state.js.map