mapillary-js
Version:
A WebGL interactive street imagery library
12 lines (10 loc) • 318 B
text/typescript
import { ComponentConfiguration } from "./ComponentConfiguration";
import { ComponentSize } from "../util/ComponentSize";
export interface ZoomConfiguration extends ComponentConfiguration {
/**
* The size of the ui elements.
*
* @default ComponentSize.Automatic
*/
size?: ComponentSize;
}