refactor(node-resizer): use package, update resize behaviour

This commit is contained in:
moklick
2022-12-01 14:53:04 +01:00
parent f776239ecb
commit 6ee4eb4c42
18 changed files with 323 additions and 103 deletions
+2
View File
@@ -0,0 +1,2 @@
export { default as NodeResizer } from './NodeResizer';
export * from './types';