Files
AFFiNE-Mirror/blocksuite/affine/widget-remote-selection/src/doc/config.ts
2024-12-28 08:47:09 +00:00

6 lines
169 B
TypeScript

import type { BlockModel } from '@blocksuite/store';
export type DocRemoteSelectionConfig = {
blockSelectionBackgroundTransparent: (block: BlockModel) => boolean;
};