UNPKG

@phrixothrixa/angular-redux-form

Version:
7 lines (6 loc) 195 B
import { Store } from 'redux'; import { FormStore } from './form-store'; export declare const provideReduxForms: <T>(store: any) => { provide: typeof FormStore; useValue: FormStore; }[];