UNPKG

@yamada-ui/native-table

Version:

Yamada UI native table component

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