yarfl
Version:
Yet Another Redux Forms Library
9 lines • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var types_1 = require("./actions/types");
exports.actionTypes = types_1.default;
var init_1 = require("./init");
exports.init = init_1.init;
var LocalForm_1 = require("./LocalForm");
exports.LocalForm = LocalForm_1.LocalForm;
//# sourceMappingURL=index.js.map