UNPKG

vue-maplibre-gl

Version:

Vue 3 plugin for maplibre-gl

9 lines (8 loc) 302 B
export declare enum Position { TOP_LEFT = "top-left", TOP_RIGHT = "top-right", BOTTOM_LEFT = "bottom-left", BOTTOM_RIGHT = "bottom-right" } export declare const PositionValues: Position[]; export type PositionProp = Position | 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right';