camera zoom handling across components; unify zoom level type and improve state management
This commit is contained in:
@@ -266,3 +266,7 @@ export type ZoomInOptions = {
|
||||
camera: string;
|
||||
multiplier: number;
|
||||
};
|
||||
|
||||
export type zoomConfig = {
|
||||
camera: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user