Interface MapLibreRendererPeer

MapLibre module slice consumed from the caller-injected optional peer.

interface MapLibreRendererPeer {
    addProtocol?: unknown;
    default?: unknown;
    Map?: unknown;
    removeProtocol?: unknown;
}

Properties

addProtocol?: unknown
default?: unknown
Map?: unknown

Runtime-validated so the real MapLibre constructor remains structurally injectable.

removeProtocol?: unknown