Update index.ts
This commit is contained in:
+2
-2
@@ -234,8 +234,8 @@ export type FitViewParams = {
|
||||
padding: number;
|
||||
};
|
||||
|
||||
export type FlowExportObject = {
|
||||
elements: Elements;
|
||||
export type FlowExportObject<T = any> = {
|
||||
elements: Elements<T>;
|
||||
position: [number, number];
|
||||
zoom: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user