UNPKG

primereact

Version:

A rich set of premium UI Components for React.

13 lines (12 loc) 637 B
export * from './Card.context'; export * as Card from './Card.parts'; export * as CardProps from './Card.props'; export { CardBody, defaultBodyProps } from './body'; export { CardCaption, defaultCaptionProps } from './caption'; export { CardContent, defaultContentProps } from './content'; export { CardFooter, defaultFooterProps } from './footer'; export { CardHeader, defaultHeaderProps } from './header'; export { CardRoot, defaultRootProps } from './root'; export { CardSubtitle, defaultSubtitleProps } from './subtitle'; export { CardTitle, defaultTitleProps } from './title'; export type * from '@primereact/types/primitive/card';