Files
talk/plugins/talk-plugin-viewing-options/client/constants.js
T
2017-07-26 15:17:19 -04:00

6 lines
139 B
JavaScript

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