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