@fidely-ui/react
Version:
Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps
3 lines (2 loc) • 555 B
TypeScript
export { TableRoot as Root, TableBody as Body, TableHeader as Header, TableHeadCell as HeadCell, TableCell as Cell, TableFooter as Footer, TableRow as Row, TableCaption as Caption, TableScrollArea as ScrollArea, } from './table';
export type { TableRootProps as RootProps, TableBodyProps as BodyProps, TableHeaderProps as HeaderProps, TableHeadCellProps as HeadCellProps, TableCellProps as CellProps, TableFooterProps as FooterProps, TableRowProps as RowProps, TableCaptionProps as CaptionProps, TableScrollAreaProps as ScrollAreaProps, } from './table';