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