mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 10:52:40 +08:00
7 lines
209 B
TypeScript
7 lines
209 B
TypeScript
/**
|
|
* @deprecated
|
|
* Use @toeverything/components/menu instead, this component only used in bookmark plugin, since it support set anchor as Range
|
|
*/
|
|
export * from './menu-item';
|
|
export * from './pure-menu';
|