mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
5e85ef5835
Co-authored-by: Alan Buscaglia <gentlemanprogramming@gmail.com>
22 lines
485 B
TypeScript
22 lines
485 B
TypeScript
export {
|
|
Card,
|
|
CardContent,
|
|
CardDescription,
|
|
CardFooter,
|
|
CardHeader,
|
|
CardTitle,
|
|
} from "./card";
|
|
export {
|
|
ResourceStatsCard,
|
|
ResourceStatsCardContainer,
|
|
type ResourceStatsCardContainerProps,
|
|
ResourceStatsCardContent,
|
|
type ResourceStatsCardContentProps,
|
|
ResourceStatsCardDivider,
|
|
type ResourceStatsCardDividerProps,
|
|
ResourceStatsCardHeader,
|
|
type ResourceStatsCardHeaderProps,
|
|
type ResourceStatsCardProps,
|
|
type StatItem,
|
|
} from "./resource-stats-card";
|