chore(examples): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-05-11 13:35:45 +02:00
committed by Braks
parent 945af78c8b
commit ca302d7510

View File

@@ -13,7 +13,7 @@ interface CustomEdgeProps<T = any> extends EdgeProps<T> {
targetPosition: Position
data: T
markerEnd: string
style: CSSProperties
style?: CSSProperties
}
const props = defineProps<CustomEdgeProps>()