UNPKG

use-timer

Version:
5 lines (4 loc) 177 B
import { State } from '../types'; import { TimerActionsType } from './actions'; declare function reducer(state: State, action: TimerActionsType): State; export default reducer;