UNPKG

hmpps-open-layers-map

Version:

A native Web Component for displaying maps using OpenLayers.

8 lines (7 loc) 142 B
import type { MojMap } from './moj-map'; declare global { interface HTMLElementTagNameMap { 'moj-map': MojMap; } } export {};