UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

18 lines (17 loc) 454 B
import { Component } from '../component'; export declare class TableLayoutFeedback extends Component { static get properties(): { slot: { type: StringConstructor; reflect: boolean; }; }; static define(): void; constructor(); render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'm-table-layout-feedback': TableLayoutFeedback; } }