UNPKG

react-chrono

Version:
22 lines (21 loc) 730 B
import React from 'react'; import { Scroll } from '@models/TimelineHorizontalModel'; interface TimelineViewProps { timelineMode: string; activeTimelineItem?: number; autoScroll: (scroll: Partial<Scroll>) => void; contentDetailsChildren?: React.ReactNode; hasFocus: boolean; iconChildren?: React.ReactNode; items: any[]; handleTimelineItemClick: (itemId?: string) => void; handleTimelineItemElapsed: (itemId?: string) => void; slideShowRunning?: boolean; id: string; theme?: any; lineWidth?: number; onOutlineSelection?: (index: number) => void; nestedCardHeight?: number; } declare const _default: React.NamedExoticComponent<TimelineViewProps>; export default _default;