UNPKG

react-timeline

Version:

A simple configurable react timeline component

8 lines (7 loc) 237 B
import { Theme } from 'styled-components'; export interface Props { } export interface ThemedProps extends Props { theme: Theme; } export declare const LeftPanel: import("styled-components").StyledComponent<"ul", any, Props, never>;