@loadsmart/miranda-wc
Version:
Miranda Web Components component library
19 lines (18 loc) • 481 B
TypeScript
import { Component } from '../component';
export declare class TopNavigation 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-top-navigation': TopNavigation;
}
}