UNPKG

react-chrono-multicard

Version:

A Modern Timeline component for React with multiple card entries

14 lines (13 loc) 350 B
export interface TimelineControlModel { activeTimelineItem?: number; disableLeft: boolean; disableRight: boolean; id?: string; onFirst: () => void; onLast: () => void; onNext: () => void; onPrevious: () => void; onReplay?: () => void; slideShowEnabled?: boolean; slideShowRunning?: boolean; }