UNPKG

@yamada-ui/native-table

Version:

Yamada UI native table component

12 lines (11 loc) 573 B
export { NativeTable, NativeTableProps, TableStyleProvider, useTableStyles } from './native-table.mjs'; export { TableCaption, TableCaptionProps } from './table-caption.mjs'; export { TableContainer, TableContainerProps } from './table-container.mjs'; export { TableBodyProps, Tbody } from './tbody.mjs'; export { Td, TdProps } from './td.mjs'; export { TableFootProps, Tfoot } from './tfoot.mjs'; export { Th, ThProps } from './th.mjs'; export { TableHeadProps, Thead } from './thead.mjs'; export { Tr, TrProps } from './tr.mjs'; import '@yamada-ui/core'; import 'react';