mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 22:01:13 +08:00
7 lines
262 B
JavaScript
7 lines
262 B
JavaScript
const prefix = 'TALK_AUTHOR_MENU';
|
|
|
|
export const SET_CONTENT_SLOT = `${prefix}_SET_CONTENT_SLOT`;
|
|
export const RESET_CONTENT_SLOT = `${prefix}_RESET_CONTENT_SLOT`;
|
|
export const OPEN_MENU = `${prefix}_OPEN_MENU`;
|
|
export const CLOSE_MENU = `${prefix}_CLOSE_MENU`;
|