diff --git a/src/components/Edges/EdgeText.vue b/src/components/Edges/EdgeText.vue
index ed20ee1b..abe476e0 100644
--- a/src/components/Edges/EdgeText.vue
+++ b/src/components/Edges/EdgeText.vue
@@ -1,16 +1,5 @@
-
+
+
-
+
+
= GraphNode | GraphEdge
export type FlowElements = FlowElement[]
export interface Element {
id: string
- label?: string
+ label?:
+ | string
+ | {
+ props?: any
+ component: any
+ }
type?: string
data?: Data
class?: string