mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 18:41:52 +08:00
5 lines
221 B
TypeScript
5 lines
221 B
TypeScript
export const AFFINE_SLASH_MENU_WIDGET = 'affine-slash-menu-widget';
|
|
export const AFFINE_SLASH_MENU_TRIGGER_KEY = '/';
|
|
export const AFFINE_SLASH_MENU_TOOLTIP_TIMEOUT = 800;
|
|
export const AFFINE_SLASH_MENU_MAX_HEIGHT = 334;
|