UNPKG

react-timeline

Version:

A simple configurable react timeline component

8 lines (7 loc) 208 B
interface Props { showDetailPanel?: boolean; height?: number; width?: number; } export declare const Skeleton: ({ showDetailPanel, height, width }: Props) => JSX.Element; export default Skeleton;