mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 03:31:01 +08:00
5 lines
138 B
JavaScript
5 lines
138 B
JavaScript
const prefix = 'TALK_VIEWING_OPTIONS';
|
|
|
|
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
|
|
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;
|