UNPKG

react-timeline

Version:

A simple configurable react timeline component

8 lines (7 loc) 232 B
export interface Props { width: string; height: string; spacing?: [number, number]; } declare const ContentSkeleton: import("styled-components").StyledComponent<"div", any, Props, never>; export default ContentSkeleton;