samagra-chatui
Version:
The React library for Chatbot UI
13 lines (12 loc) • 554 B
TypeScript
export { Card } from './Card';
export type { CardProps, CardSize } from './Card';
export { CardMedia } from './CardMedia';
export type { CardMediaProps } from './CardMedia';
export { CardContent } from './CardContent';
export type { CardContentProps } from './CardContent';
export { CardTitle } from './CardTitle';
export type { CardTitleProps } from './CardTitle';
export { CardText } from './CardText';
export type { CardTextProps } from './CardText';
export { CardActions } from './CardActions';
export type { CardActionsProps } from './CardActions';