UNPKG

react-timeline

Version:

A simple configurable react timeline component

7 lines (6 loc) 257 B
export { default as Card } from './Card'; export { CardTitle } from './CardTitle'; export { CardDescription } from './CardDescription'; export { CardDate } from './CardDate'; export { CardContent } from './CardContent'; export type { Props } from './Card';