UNPKG

mapillary-js

Version:

WebGL JavaScript library for displaying street level imagery from mapillary.com

14 lines (11 loc) 348 B
import { IComponentConfiguration } from "./interfaces"; import ComponentSize from "../utils/ComponentSize"; export interface IBearingConfiguration extends IComponentConfiguration { /** * The size of the ui elements. * * @default ComponentSize.Automatic */ size?: ComponentSize; } export default IBearingConfiguration;