1 | export const NumberInputActionTypes = {
|
2 | clamp: 'numberInput:clamp',
|
3 | inputChange: 'numberInput:inputChange',
|
4 | increment: 'numberInput:increment',
|
5 | decrement: 'numberInput:decrement',
|
6 | decrementToMin: 'numberInput:decrementToMin',
|
7 | incrementToMax: 'numberInput:incrementToMax',
|
8 | resetInputValue: 'numberInput:resetInputValue'
|
9 | }; |
\ | No newline at end of file |