UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

11 lines (10 loc) 563 B
import { TableColumn, TableContext, TableProps, TableSortIconProps, TbodyProps, TdProps, TfootProps, ThProps, TheadProps, TrProps } from "./table.types.js"; import { TableProvider, useTableContext } from "./context.js"; import { TableSortIcon } from "./tableSortIcon.js"; import { Tbody, TbodyBase } from "./tbody.js"; import { Td, TdBase } from "./td.js"; import { Tfoot, TfootBase } from "./tfoot.js"; import { Th, ThBase } from "./th.js"; import { Thead } from "./thead.js"; import { Tr, TrBase } from "./tr.js"; import { Table, TableBase } from "./table.js";