UNPKG

mapbox-gl-vue

Version:
9 lines (8 loc) 250 B
import ControlOptions from './control-options.interface'; export default interface NavigationControlOptions extends ControlOptions { options: { showCompass?: boolean; showZoom?: boolean; visualizePitch?: boolean; }; }