chore(docs): simplify animated layout example (#1747)
* chore(examples): update ts example of layouting Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(docs): cleanup animated layout example Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { Edge } from '@vue-flow/core'
|
||||
|
||||
export interface ProcessEdgeData {
|
||||
isAnimating?: boolean
|
||||
}
|
||||
|
||||
export type ProcessEdge = Edge<ProcessEdgeData, any, 'process'>
|
||||
Reference in New Issue
Block a user