mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 22:01:13 +08:00
7 lines
229 B
JavaScript
7 lines
229 B
JavaScript
export const PLUGIN_NAME = 'talk-plugin-viewing-options';
|
|
|
|
/* Contants for redux actions */
|
|
const prefix = 'TALK_VIEWING_OPTIONS';
|
|
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
|
|
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;
|