import reducer, { State } from './reducer'; export default reducer; export interface IReduxFormsState { reduxForms: State; }