UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

13 lines (12 loc) 352 B
import { Component } from '../component'; export declare class DrawerBody extends Component { static styles: import("lit").CSSResult[]; static define(): void; connectedCallback(): void; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'm-drawer-body': DrawerBody; } }