mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 14:13:38 +08:00
8 lines
263 B
JavaScript
8 lines
263 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`;
|
|
|