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

3 lines (2 loc) 112 B
export { default as Table } from './Table'; export type { Column, TableProps, TextContentType } from './Table';