@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
20 lines (19 loc) • 515 B
JavaScript
import { h } from "@stencil/core";
export class MapMarker {
render() {
return h("slot", { key: '1b5d2e895f46241c07cb69b667ac56635a69fdee' });
}
static get is() { return "utrecht-map-marker"; }
static get encapsulation() { return "shadow"; }
static get originalStyleUrls() {
return {
"$": ["./map-marker.scss"]
};
}
static get styleUrls() {
return {
"$": ["map-marker.css"]
};
}
}
//# sourceMappingURL=map-marker.js.map