UNPKG

react-timeline

Version:

A simple configurable react timeline component

8 lines (7 loc) 161 B
export interface Props { title?: string; } declare const TimelineHeader: ({ title }: { title?: string; }) => JSX.Element; export default TimelineHeader;