ohctechv3/.svn/pristine/33/33f3fc9c5bf7d1663be6d002c024328c9601e5ff.svn-base
2024-10-28 15:03:36 +05:30

3 lines
206 B
Plaintext

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