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: '0a7c5d1ce63bdb1454c76edbd4bfc4bc1cf10b55' }, h("slot", { key: 'ac27c2a4ce21972a17fba690d79bcd3d731e196b' }))); } 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"] }; } }