Skip to content

Instantly share code, notes, and snippets.

@efalayi
Last active October 21, 2019 23:47
Show Gist options
  • Select an option

  • Save efalayi/5603875429e5f6fc8822dadfe4f8f2a3 to your computer and use it in GitHub Desktop.

Select an option

Save efalayi/5603875429e5f6fc8822dadfe4f8f2a3 to your computer and use it in GitHub Desktop.
import keyMirror from 'keymirror'
const ActionTypes = keyMirror({
HIDE_MODAL: null,
SHOW_MODAL: null,
})
export default ActionTypes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment