UNPKG

react-timeline

Version:

A simple configurable react timeline component

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