Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
442 Bytes
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"