UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

7 lines (6 loc) 304 B
export { default as Card } from "./Card"; export { default as CardContent } from "./CardContent"; export { default as CardHeader } from "./CardHeader"; export { default as CardTitle } from "./CardTitle"; export { default as CardActions } from "./CardActions"; export { default as Panel } from "./Panel";