chore(core): cleanup props

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-09 12:49:44 +01:00
committed by Braks
parent db0ec8836f
commit eb6f7a91f2

View File

@@ -36,6 +36,7 @@ const props = withDefaults(defineProps<FlowProps>(), {
fitViewOnInit: undefined,
connectOnClick: undefined,
connectionLineStyle: undefined,
connectionLineOptions: undefined,
autoConnect: undefined,
elevateEdgesOnSelect: undefined,
elevateNodesOnSelect: undefined,