mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-23 01:07:12 +08:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
import type { BlockModel } from '@blocksuite/store';
|
|
|
|
export type DocRemoteSelectionConfig = {
|
|
blockSelectionBackgroundTransparent: (block: BlockModel) => boolean;
|
|
};
|