UNPKG

react-timeline

Version:

A simple configurable react timeline component

5 lines (4 loc) 151 B
export interface Props { active?: Boolean; } export declare const CardDate: import("styled-components").StyledComponent<"div", any, Props, never>;