UNPKG

redux-typed-kit

Version:

Powerful extensitions for building class-based Redux architecture powered by TypeScript.

6 lines (5 loc) 135 B
export declare type ActionType = string | number; export default class Action { type: ActionType; toPlainObject(): any; }