Files
talk/plugins/talk-plugin-viewing-options/client/constants.js
T
2018-01-11 20:00:34 -07:00

5 lines
138 B
JavaScript

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