UNPKG

@scania/tegel

Version:
22 lines (21 loc) 782 B
import { h, Host } from "@stencil/core"; /** * @slot <default> - <b>Unnamed slot.</b> For a link or button element. */ export class TdsHeaderLauncherListItem { render() { return (h(Host, { key: '497d9c1aaf805a5bba06d860f02002eeead6032c' }, h("tds-header-dropdown-list-item", { key: '74b6b75f5c7759bc226ba7150f9fb5ea23bcfc66', size: "lg" }, h("slot", { key: '00d8917ab3c70f6d0ca27231572c4cdfa47cf07e' })))); } static get is() { return "tds-header-launcher-list-item"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["header-launcher-list-item.scss"] }; } static get styleUrls() { return { "$": ["header-launcher-list-item.css"] }; } }