feat: Add resize-rotate-node pkg
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import type { Elements } from '@braks/vue-flow'
|
||||
import { MarkerType } from '@braks/vue-flow'
|
||||
|
||||
// const markerEnd = MarkerType.Arrow
|
||||
|
||||
export default [
|
||||
{
|
||||
id: '1',
|
||||
label: 'Node 1',
|
||||
type: 'resize-rotate',
|
||||
position: {
|
||||
x: 430,
|
||||
y: 0,
|
||||
},
|
||||
},
|
||||
] as Elements
|
||||
Reference in New Issue
Block a user