UNPKG

react-timeline

Version:

A simple configurable react timeline component

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