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: '7ec01704950bdb48cbc48251e5cb4ad0e4b8babf' }, h("tds-header-dropdown-list-item", { key: '2274d354403ca35178bad010cfcec06f716ac24c', size: "lg" }, h("slot", { key: '35a3c7cdb933bb9bb1be32770b74d3ae9441b1ff' })))); } 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"] }; } }