refactor(zoomPanHelper): add duration to fit view params
This commit is contained in:
@@ -254,6 +254,7 @@ export type FitViewParams = {
|
||||
includeHiddenNodes?: boolean;
|
||||
minZoom?: number;
|
||||
maxZoom?: number;
|
||||
duration?: number;
|
||||
};
|
||||
|
||||
export type FlowExportObject<T = any> = {
|
||||
|
||||
Reference in New Issue
Block a user