Skip to content

Commit

Permalink
chore(blocks): export MenuOptions type (#8106)
Browse files Browse the repository at this point in the history
toeverything/AFFiNE#7933

`MenuOptions` type is required here.
  • Loading branch information
fundon authored and pull[bot] committed Sep 10, 2024
1 parent 349104c commit 461a5b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/blocks/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// <reference types="@blocksuite/global" />
import '@blocksuite/affine-block-paragraph';
import '@blocksuite/affine-block-list';
import '@blocksuite/affine-components/context-menu';
import '@blocksuite/affine-components/rich-text';
import '@blocksuite/affine-components/toolbar';
import { Point, deserializeXYWH } from '@blocksuite/global/utils';
Expand Down Expand Up @@ -86,6 +87,7 @@ export * from './surface-block/surface-service.js';
export * from './surface-ref-block/index.js';
export * from '@blocksuite/affine-block-list';
export * from '@blocksuite/affine-block-paragraph';
export { type MenuOptions } from '@blocksuite/affine-components/context-menu';
export {
HoverController,
whenHover,
Expand Down

0 comments on commit 461a5b0

Please # to comment.