UNPKG

@scania/tegel

Version:
22 lines (21 loc) 622 B
import { h } from "@stencil/core"; /** * @slot <default> - <b>Unnamed slot.</b> For the header title text. */ export class TdsHeaderTitle { render() { return (h("h4", { key: 'b3ac74d4d978c32c1dfd417a5217bc5953075033' }, h("slot", { key: '67d55d1f3413b130767ae8db2e1d952f27beb00a' }))); } static get is() { return "tds-header-title"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["header-title.scss"] }; } static get styleUrls() { return { "$": ["header-title.css"] }; } }