export { | |
CardBody as Body, | |
CardRoot as Root, | |
CardPropsProvider as PropsProvider, | |
CardFooter as Footer, | |
CardHeader as Header, | |
CardTitle as Title, | |
CardDescription as Description, | |
} from "./card" | |
export type { | |
CardBodyProps as BodyProps, | |
CardRootProps as RootProps, | |
CardFooterProps as FooterProps, | |
CardHeaderProps as HeaderProps, | |
CardTitleProps as TitleProps, | |
CardDescriptionProps as DescriptionProps, | |
} from "./card" | |