export interface TimelineProps {
    direction: 'vertical' | 'horizontal';
    mode: 'alternate' | 'left' | 'right';
}
