mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat(editor): add inline packages (#11048)
This commit is contained in:
@@ -8,10 +8,8 @@ import type {
|
||||
import type { InlineRootElement } from '@blocksuite/affine/block-std/inline';
|
||||
import type { EdgelessNoteBackground } from '@blocksuite/affine/blocks/note';
|
||||
import type { NoteBlockModel, RootBlockModel } from '@blocksuite/affine/model';
|
||||
import type {
|
||||
AffineInlineEditor,
|
||||
RichText,
|
||||
} from '@blocksuite/affine/rich-text';
|
||||
import type { RichText } from '@blocksuite/affine/rich-text';
|
||||
import type { AffineInlineEditor } from '@blocksuite/affine/shared/types';
|
||||
import type { BlockModel } from '@blocksuite/affine/store';
|
||||
import { expect, type Locator, type Page } from '@playwright/test';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user