UNPKG

@phrixothrixa/angular-redux-form

Version:
6 lines (5 loc) 222 B
import { NgRedux } from '@phrixothrixa/angular-redux-store'; import { FormStore } from './form-store'; export declare function formStoreFactory(ngRedux: NgRedux<any>): FormStore; export declare class NgReduxFormModule { }