UNPKG

react-timeline

Version:

A simple configurable react timeline component

6 lines (5 loc) 193 B
import { Theme } from 'styled-components'; export interface ThemedProps { theme: Theme; } export declare const Condensed: import("styled-components").StyledComponent<"li", any, {}, never>;