- improved zoom while clicking on on image to zoom
This commit is contained in:
@@ -11,6 +11,10 @@ export type InfoBarData = {
|
||||
"thread-count": string;
|
||||
};
|
||||
|
||||
export type CameraZoomData = {
|
||||
magnificationLevel: string;
|
||||
};
|
||||
|
||||
export type StatusIndicator = "neutral-quaternary" | "dark" | "info" | "success" | "warning" | "danger";
|
||||
export type Region = {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user