export interface TimelineItemProps {
    lineType: 'solid' | 'dashed' | 'dotted';
    lineStyle: Record<string, any>;
}
