UNPKG

react-principal

Version:

A state management with react context for apps which using hooks.

6 lines 176 B
export declare type Action = { type: any; payload?: any; }; export declare type Reducer<S, A = Action> = (state: S, action: A) => S; //# sourceMappingURL=types.d.ts.map