mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 03:38:13 +08:00
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
const prefix = 'TALK_VIEWING_OPTIONS';
|
|
|
|
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
|
|
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;
|
|
|