UNPKG

@react-md/card

Version:

Create interactable cards from the material design specifications.

10 lines 244 B
/** * @module @react-md/card */ export * from "./Card"; export * from "./CardHeader"; export * from "./CardTitle"; export * from "./CardSubtitle"; export * from "./CardContent"; export * from "./CardActions"; //# sourceMappingURL=index.js.map