UNPKG

redux-vertical

Version:
10 lines 297 B
import type { Reducer as ReduxReducer } from 'redux'; export declare type Action = { type: string; payload?: any; meta?: any; error?: boolean; }; export declare type Reducer = ReduxReducer; export declare type Handlers = Record<string, Reducer>; //# sourceMappingURL=types.d.ts.map