UNPKG

terra-table

Version:

The Terra Table component provides user a way to display data in an accessible table format.

14 lines (12 loc) 718 B
import Table, { TableConstants, RowSelectionModes } from './Table'; import GridContext, { GridConstants } from './utils/GridContext'; import cellShape from './proptypes/cellShape'; import columnShape, { ColumnHighlightColor } from './proptypes/columnShape'; import rowShape from './proptypes/rowShape'; import sectionShape from './proptypes/sectionShape'; import { validateRowHeaderIndex, validateAction } from './proptypes/validators'; import hasColumnActions from './utils/actionsUtils'; export default Table; export { GridContext, GridConstants, TableConstants, RowSelectionModes, cellShape, columnShape, rowShape, sectionShape, validateRowHeaderIndex, validateAction, hasColumnActions, ColumnHighlightColor, };