UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

19 lines (18 loc) 503 B
import { Component } from '../component'; export declare class SideNavigationHeader extends Component { static styles: import("lit").CSSResult[]; static get properties(): { slot: { type: StringConstructor; reflect: boolean; }; }; static define(): void; constructor(); render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'm-side-navigation-header': SideNavigationHeader; } }