export { tableProps, default as UTable } from './src/Table'; export type { TableProps } from './src/Table'; export { default as UTbody } from './src/Tbody'; export { default as UTd } from './src/Td'; export { default as UTh } from './src/Th'; export { default as UThead } from './src/Thead'; export { default as UTr } from './src/Tr';