Files
AFFiNE-Mirror/blocksuite/affine/shared/src/selection/index.ts
2024-12-20 15:38:06 +08:00

6 lines
158 B
TypeScript

export {
HighlightSelection,
HighlightSelectionExtension,
} from './hightlight.js';
export { ImageSelection, ImageSelectionExtension } from './image.js';