UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

12 lines (10 loc) 321 B
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; }