refactor(vue-flow,viewpane)!: remove FlowInstance type

This commit is contained in:
bcakmakoglu
2022-06-07 18:33:00 +02:00
committed by Braks
parent 3a225a6871
commit 5277506936
3 changed files with 6 additions and 17 deletions
-3
View File
@@ -85,9 +85,6 @@ export interface FlowExportObject {
zoom: number
}
/** @deprecated will be removed soon, only remains for backwards compatability */
export type FlowInstance = VueFlowStore
export interface FlowProps {
id?: string
modelValue?: Elements