UNPKG

react-timeline

Version:

A simple configurable react timeline component

6 lines (5 loc) 187 B
import React from 'react'; export declare const CardContent: import("styled-components").StyledComponent<"div", any, {}, never>; export interface Props { children: React.ReactNode; }