refactor(flow)!: properly nest components
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ export type FlowInstance<DataNode = any, DataEdge = DataNode> = {
|
||||
}
|
||||
|
||||
export interface FlowProps<DataNode = any, DataEdge = DataNode> {
|
||||
modelValue?: any
|
||||
modelValue?: any[]
|
||||
nodes?: Node<DataNode>[]
|
||||
edges?: Edge<DataEdge>[]
|
||||
elements?: Elements
|
||||
|
||||
Reference in New Issue
Block a user