@scania/tegel
Version:
Tegel Design System
16 lines (12 loc) • 726 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-9xxNGlso.js';
const headerLauncherListItemCss = () => `:host{display:block;border-bottom:1px solid var(--tds-nav-dropdown-item-border-color)}`;
const TdsHeaderLauncherListItem = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, { key: '497d9c1aaf805a5bba06d860f02002eeead6032c' }, h("tds-header-dropdown-list-item", { key: '74b6b75f5c7759bc226ba7150f9fb5ea23bcfc66', size: "lg" }, h("slot", { key: '00d8917ab3c70f6d0ca27231572c4cdfa47cf07e' }))));
}
};
TdsHeaderLauncherListItem.style = headerLauncherListItemCss();
export { TdsHeaderLauncherListItem as tds_header_launcher_list_item };