UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

5 lines (4 loc) 124 B
export interface TimelineItemProps { lineType: 'solid' | 'dashed' | 'dotted'; lineStyle: Record<string, any>; }