UNPKG

mapbox-gl-vue

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