UNPKG

@atlaskit/table-tree

Version:

A table tree is an expandable table for showing nested hierarchies of information.

14 lines (13 loc) • 767 B
export { default } from './components/table-tree'; export { default as Headers } from './components/headers'; export { default as Header } from './components/header'; export { default as Cell } from './components/cell'; export { default as Rows } from './components/rows'; export { default as Row } from './components/row'; export { default as TableTreeDataHelper } from './utils/table-tree-data-helper'; export type { TableTreeProps } from './components/table-tree'; export type { HeaderProps } from './components/header'; export type { RowsProps } from './components/rows'; export type { RowProps } from './components/row'; export type { CellWithColumnWidthProps } from './components/internal/with-column-width'; export type { CellProps } from './components/cell';