mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 21:48:48 +08:00
ace5d44a61
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';
|