17 lines
283 B
TypeScript
17 lines
283 B
TypeScript
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
|