feat(editor) shape gfx extension (#11928)

Closes: BS-3211
This commit is contained in:
Saul-Mirone
2025-04-23 15:46:23 +00:00
parent 61121ab727
commit bc0530a708
20 changed files with 104 additions and 60 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ export * from './adapter';
export * from './consts';
export * from './draggable';
export * from './element-renderer';
export * from './element-view';
export * from './overlay';
export * from './shape-tool';
export * from './text';
export * from './toolbar';
export * from './view';