feat(fitView): added fitViewParams prop to Control component
This commit is contained in:
+1
-1
@@ -235,7 +235,7 @@ export interface WrapNodeProps<T = any> {
|
||||
}
|
||||
|
||||
export type FitViewParams = {
|
||||
padding: number;
|
||||
padding?: number;
|
||||
excludeHidden?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user