UNPKG

react-ts-tab-lib

Version:

A React Typescript library rendering a Table compenent receiving in props for rows an array of a generic type T (precised when using the component) and for columns an array of objects of type Column<T> precising the displayName, the key of the T type and

4 lines (3 loc) 168 B
import './index.css'; export { default as Table } from './components/Table/Table'; export type { Column, TableProps, TextContentType } from './components/Table/index';