UNPKG

cosmo-ui

Version:
11 lines 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var redux_rx_http_1 = require("redux-rx-http"); exports.SET_FORM_FIELD = '@@cosmo-ui/SET_FORM_FIELD'; exports.SET_ASYNC_FORM_FIELD = '@@cosmo-ui/SET_ASYNC_FORM_FIELD'; exports.RESET_FORM = '@@cosmo-ui/RESET_FORM'; exports.DESTROY_FORM = '@@cosmo-ui/DESTROY_FORM'; exports.SUBMIT_FORM_VALID = '@@cosmo-ui/SUBMIT_FORM_VALID'; exports.SUBMIT_FORM_INVALID = '@@cosmo-ui/SUBMIT_FORM_INVALID'; exports.SEARCH_ADDRESS = redux_rx_http_1.createRxHttpActionTypes('SEARCH_ADDRESS'); //# sourceMappingURL=form.js.map