UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

20 lines (19 loc) 496 B
import { Component } from '../component'; export declare class HeaderActions extends Component { static styles: import("lit").CSSResult[]; static get properties(): { slot: { type: StringConstructor; reflect: boolean; }; }; slot: string; static define(): void; constructor(); render(): import("lit-html").TemplateResult; } declare global { interface HTMLElementTagNameMap { 'm-header-actions': HeaderActions; } }