UNPKG

box-ui-elements

Version:
14 lines 268 B
const CLOSED = 'closed'; const SHOWING = 'showing'; const MESSAGE_STATES = { CLOSED, SHOWING }; const SHOW = 'show'; const CLOSE = 'close'; const MESSAGE_EVENTS = { SHOW, CLOSE }; export { MESSAGE_STATES, MESSAGE_EVENTS }; //# sourceMappingURL=constants.js.map