File size: 442 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
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"
|