@arcadedefi/arcade-uikit
Version:
Set of UI components for pancake 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";