@impossiblefinance/uikit
Version:
Set of UI components for impossible projects
7 lines (6 loc) • 313 B
TypeScript
export { default as Card } from './Card';
export { default as CardBody } from './CardBody';
export { default as CardHeader } from './CardHeader';
export { default as CardFooter } from './CardFooter';
export { default as CardRibbon } from './CardRibbon';
export type { CardProps, CardRibbonProps } from './types';