cosmo-ui
Version:
Common React components
11 lines (8 loc) • 494 B
text/typescript
import { createRxHttpActionTypes } from 'redux-rx-http'
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'
export const SEARCH_ADDRESS = createRxHttpActionTypes('SEARCH_ADDRESS')