mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
continue #10824 ### Changed - Moved double-click-to-edit behavior from the default tool to individual model views - Introduced `onSelected` callback interface in gfx view components to allows developers to override default selection logic
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
export * from './edgeless-text-editor';
|
|
export * from './tool';
|
|
export * from './toolbar';
|
|
export * from './view';
|