UNPKG

reoverlay

Version:

The missing solution for managing modals in React.

13 lines (11 loc) 242 B
export const VALIDATE = { CONFIG: 'config', SHOW_MODAL: 'show_modal', HIDE_MODAL: 'hide_modal', } export const EVENT = { SHOW_MODAL: 'show_modal', HIDE_MODAL: 'hide_modal', CHANGE_MODAL: 'change_modal', HIDE_ALL: 'hide_all', }