stateReducer.d.ts 79 B

12
  1. import { Reducer } from './types';
  2. export declare const stateReducer: Reducer;