UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

4 lines (3 loc) 66 B
export interface ReduxRootState<T = {}> { [key: string]: T; }