feat(node-resizer): implement node resizer components

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-13 15:49:20 +01:00
committed by Braks
parent 89b5da9ae3
commit d883ed782a
7 changed files with 413 additions and 83 deletions
+2
View File
@@ -1,2 +1,4 @@
import './style.css'
export * from './types'
export { default as NodeResizer } from './NodeResizer.vue'
export { default as NodeResizeControl } from './ResizeControl.vue'