UNPKG

@rxdi/ui-kit

Version:

UI Components for building graphql-server website

9 lines (8 loc) 176 B
import { LitElement } from '@rxdi/lit-html'; /** * @customElement rx-table */ export declare class TableComponent extends LitElement { columns: any[]; data: any[]; }