UNPKG

@indoorequal/vue-maplibre-gl

Version:
9 lines (7 loc) 197 B
export enum Position { TOP_LEFT = "top-left", TOP_RIGHT = "top-right", BOTTOM_LEFT = "bottom-left", BOTTOM_RIGHT = "bottom-right", } export const PositionValues = Object.values(Position);