import { createRxHttpActionTypes } from 'redux-rx-http' export const FORM_REDUCER_KEY = 'forms' export const SET_FORM_FIELD = '@@cosmo-ui/SET_FORM_FIELD' export const SET_ASYNC_FORM_FIELD = '@@cosmo-ui/SET_ASYNC_FORM_FIELD' export const RESET_FORM = '@@cosmo-ui/RESET_FORM' export const DESTROY_FORM = '@@cosmo-ui/DESTROY_FORM' export const SUBMIT_FORM_VALID = '@@cosmo-ui/SUBMIT_FORM_VALID' export const SUBMIT_FORM_INVALID = '@@cosmo-ui/SUBMIT_FORM_INVALID'