mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +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
8 lines
187 B
TypeScript
8 lines
187 B
TypeScript
export * from './consts';
|
|
export * from './draggable';
|
|
export * from './overlay';
|
|
export * from './shape-tool';
|
|
export * from './text';
|
|
export * from './toolbar';
|
|
export * from './view';
|