UNPKG

react-timeline

Version:

A simple configurable react timeline component

4 lines (3 loc) 149 B
import { DateRange } from './types'; export declare const logBuild: () => void; export declare const renderDate: (date: Date | DateRange) => string;