mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 21:02:50 +08:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
const prefix = 'TALK_MODERATION_ACTIONS';
|
|
|
|
export const OPEN_TOOLTIP = `${prefix}_OPEN_TOOLTIP`;
|
|
export const CLOSE_TOOLTIP = `${prefix}_CLOSE_TOOLTIP`;
|