Files
talk/plugins/talk-plugin-moderation-actions/client/constants.js
T
2017-09-11 11:31:59 -03:00

5 lines
153 B
JavaScript

const prefix = 'TALK_MODERATION_ACTIONS';
export const OPEN_TOOLTIP = `${prefix}_OPEN_TOOLTIP`;
export const CLOSE_TOOLTIP = `${prefix}_CLOSE_TOOLTIP`;