rsuite
Version:
A suite of react components
11 lines (10 loc) • 408 B
TypeScript
import Card from './Card';
import CardBody from './CardBody';
import CardHeader from './CardHeader';
import CardFooter from './CardFooter';
export type { CardProps } from './Card';
export type { CardBodyProps } from './CardBody';
export type { CardHeaderProps } from './CardHeader';
export type { CardFooterProps } from './CardFooter';
export { Card, CardBody, CardHeader, CardFooter };
export default Card;