There was an error while loading. Please reload this page.
1 parent fd6c86d commit 350b14fCopy full SHA for 350b14f
src/lib/progress/timeline/index.tsx
@@ -10,7 +10,7 @@ export interface TimelineItem extends SideProp, VariantProp {
10
}
11
12
export interface TimelineProps {
13
- items: [TimelineItem, ...TimelineItem[]];
+ items: TimelineItem[];
14
className?: string;
15
16
0 commit comments