UNPKG

@lekseek/ui

Version:

Vue 3 components library

8 lines (7 loc) 119 B
export interface TimelineItem { date: string; time: string; data: any; type?: string; highlight?: boolean; }