Files
talk/plugins/talk-plugin-moderation-actions/client/constants.js
T
2017-09-14 09:14:15 -03:00

7 lines
247 B
JavaScript

const prefix = 'TALK_MODERATION_ACTIONS';
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;
export const OPEN_DIALOG = `${prefix}_OPEN_DIALOG`;
export const CLOSE_DIALOG = `${prefix}_CLOSE_DIALOG`;