Files
talk/plugins/talk-plugin-moderation-actions/client/constants.js
T
Belen Curcio c93b53c25b pdates
2017-09-11 15:11:22 -03:00

5 lines
141 B
JavaScript

const prefix = 'TALK_MODERATION_ACTIONS';
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;