UNPKG

react-timeline

Version:

A simple configurable react timeline component

7 lines (6 loc) 276 B
import * as Package from './lib'; declare const _default: ({ theme, isLoading, ...props }: Package.Props) => JSX.Element; export default _default; export { Props } from './lib'; export { ITimelineEvent } from './lib/types'; export { default as TimelineTheme } from './theme';