mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 01:29:31 +08:00
@@ -3,11 +3,7 @@ import {
|
||||
getSelectedBlocksCommand,
|
||||
getTextSelectionCommand,
|
||||
} from '@blocksuite/affine-shared/commands';
|
||||
import type {
|
||||
BlockComponent,
|
||||
Command,
|
||||
InitCommandCtx,
|
||||
} from '@blocksuite/block-std';
|
||||
import type { BlockComponent, Command, InitCommandCtx } from '@blocksuite/std';
|
||||
|
||||
import { isPeekable, peek } from './peekable.js';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { BlockComponent, BlockStdScope } from '@blocksuite/block-std';
|
||||
import type { DisposableClass } from '@blocksuite/global/lit';
|
||||
import type { BlockComponent, BlockStdScope } from '@blocksuite/std';
|
||||
import type { LitElement, TemplateResult } from 'lit';
|
||||
|
||||
export type PeekableClass = { std: BlockStdScope } & DisposableClass &
|
||||
|
||||
Reference in New Issue
Block a user