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