feat(fitView): added fitViewParams prop to Control component

This commit is contained in:
Eugene Samonenko
2021-02-07 10:13:16 +02:00
parent 97cc7e3d99
commit 7dc2c69f2e
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ export interface WrapNodeProps<T = any> {
}
export type FitViewParams = {
padding: number;
padding?: number;
excludeHidden?: boolean;
};