feat(fitView): add minZoom and maxZoom params closes #1301
This commit is contained in:
@@ -248,6 +248,8 @@ export interface WrapNodeProps<T = any> {
|
||||
export type FitViewParams = {
|
||||
padding?: number;
|
||||
includeHiddenNodes?: boolean;
|
||||
minZoom?: number;
|
||||
maxZoom?: number;
|
||||
};
|
||||
|
||||
export type FlowExportObject<T = any> = {
|
||||
|
||||
Reference in New Issue
Block a user