UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

26 lines (25 loc) 646 B
import { Component } from '../component'; export declare class TableRow extends Component { static styles: import("lit").CSSResult[]; static get properties(): { slot: { type: StringConstructor; reflect: boolean; }; role: { type: StringConstructor; reflect: boolean; }; }; private table; static define(): void; constructor(); getValue(): string | null | undefined; private isSelected; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'm-table-row': TableRow; } }