mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
3a2fe0bf91
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced two new widgets: Edgeless Dragging Area and Note Slicer, now available for use. - Added extension support for these widgets, enabling enhanced interaction and integration within the application. - **Chores** - Updated package configurations and workspace settings to include the new widgets and their dependencies. - Added project references and configuration files to support modular development and build processes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
10 lines
516 B
TypeScript
10 lines
516 B
TypeScript
export { EdgelessRootPreviewBlockComponent } from '../preview/edgeless-root-preview-block';
|
|
export * from './clipboard/clipboard';
|
|
export * from './clipboard/command';
|
|
export * from './edgeless-root-block.js';
|
|
export { EdgelessRootService } from './edgeless-root-service.js';
|
|
export * from './utils/clipboard-utils.js';
|
|
export { sortEdgelessElements } from './utils/clone-utils.js';
|
|
export { isCanvasElement } from './utils/query.js';
|
|
export { EDGELESS_BLOCK_CHILD_PADDING } from '@blocksuite/affine-shared/consts';
|