Structural slice of the @honua/sdk-js/web-components module the host needs: the element classes (to verify tag ownership) and the registration helper. Passing the whole module object satisfies this interface.

interface HonuaWidgetKitLike {
    defineHonuaWebComponents?: ((registry?: CustomElementRegistry) => void);
    HonuaLayerListElement?: CustomElementConstructor;
    HonuaLegendElement?: CustomElementConstructor;
    HonuaMeasurementElement?: CustomElementConstructor;
    HonuaSearchElement?: CustomElementConstructor;
}

Properties

defineHonuaWebComponents?: ((registry?: CustomElementRegistry) => void)
HonuaLayerListElement?: CustomElementConstructor
HonuaLegendElement?: CustomElementConstructor
HonuaMeasurementElement?: CustomElementConstructor
HonuaSearchElement?: CustomElementConstructor