UNPKG

react-timeline

Version:

A simple configurable react timeline component

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