UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

24 lines (23 loc) 577 B
import { Component } from '../component'; export declare class TableBody extends Component { #private; static styles: import("lit").CSSResult[]; static get properties(): { slot: { type: StringConstructor; reflect: boolean; }; role: { type: StringConstructor; reflect: boolean; }; }; static define(): void; constructor(); render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'm-table-body': TableBody; } }