UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

9 lines (8 loc) 427 B
export { default, default as Card } from "./card.component"; export type { CardProps } from "./card.component"; export { default as CardColumn } from "./card-column"; export type { CardColumnProps } from "./card-column"; export { default as CardFooter } from "./card-footer"; export type { CardFooterProps } from "./card-footer"; export { default as CardRow } from "./card-row"; export type { CardRowProps } from "./card-row";