siegel
Version:
Web application development ecosystem
7 lines (6 loc) • 345 B
TypeScript
import type { Component, Props, TableBodyRow, TableHeadRow, TableTH, TableTD } from './types';
declare const componentID = "-ui-table";
declare const Table: import("../_internals/types").CoreUIComponent<Props, object>;
export default Table;
export { componentID };
export type { Component, Props, TableBodyRow, TableHeadRow, TableTH, TableTD };