UNPKG

react-calendar-timeline

Version:
7 lines (6 loc) 302 B
import { ReactNode } from 'react'; type Props = { children?: ReactNode; }; declare const TimelineMarkers: (props: Props) => string | number | true | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null; export default TimelineMarkers;