UNPKG

@mui/base

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

15 lines (14 loc) 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NumberInputActionTypes = void 0; const NumberInputActionTypes = exports.NumberInputActionTypes = { clamp: 'numberInput:clamp', inputChange: 'numberInput:inputChange', increment: 'numberInput:increment', decrement: 'numberInput:decrement', decrementToMin: 'numberInput:decrementToMin', incrementToMax: 'numberInput:incrementToMax', resetInputValue: 'numberInput:resetInputValue' };