UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

29 lines (28 loc) 737 B
import { Component } from '../component'; import '../button'; import '../icon'; export declare class TableRowExpand extends Component { #private; static styles: import("lit").CSSResult[][]; static get properties(): { slot: { type: StringConstructor; reflect: boolean; }; isRowExpanded: { type: BooleanConstructor; state: boolean; }; }; isRowExpanded: boolean; static define(): void; constructor(); connectedCallback(): void; disconnectedCallback(): void; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'm-table-row-expand-v2': TableRowExpand; } }