refactor(zoomPanHelper): add duration to fit view params

This commit is contained in:
moklick
2021-12-03 23:22:01 +01:00
parent d9e0f2a555
commit f913ae77ff
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -254,6 +254,7 @@ export type FitViewParams = {
includeHiddenNodes?: boolean;
minZoom?: number;
maxZoom?: number;
duration?: number;
};
export type FlowExportObject<T = any> = {