3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export { Card, CardHeader, CardContent, CardFooter } from './Card';
|
|
export type { CardProps } from './Card';
|