UNPKG

206 BTypeScriptView Raw
1import { NumberInputReducerAction, NumberInputState } from './useNumberInput.types';
2export declare function numberInputReducer(state: NumberInputState, action: NumberInputReducerAction): NumberInputState;