UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

5 lines (4 loc) 140 B
import { ReduxStateInterface } from './interface'; export interface StateConstructor { new (...args: any[]): ReduxStateInterface<{}>; }