UNPKG

@ngbrown/react-redux-form

Version:

Create Forms Easily with React and Redux

9 lines (8 loc) 213 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getModel; function getModel(model, state) { return typeof model === 'function' && state ? model(state) : model; }