@geist-ui/core
Version:
Modern and minimalist React UI library.
6 lines (5 loc) • 323 B
TypeScript
import Table from "./table";
export type { TableProps } from "./table";
export type { TableColumnProps } from "./table-column";
export type { TableOnCellClick, TableAbstractColumn, TableOnChange, TableOnRowClick, TableRowClassNameHandler, TableDataItemBase, TableColumnRender, } from "./table-types";
export default Table;