Skip to content

Commit

Permalink
fix(Timeline): add display name
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Oct 29, 2024
1 parent 2077751 commit 85b544a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/Timeline/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ TimelineBody.displayName = 'Timeline.Body'

TimelineBreak.displayName = 'Timeline.Break'

Timeline.displayName = 'Timeline'

export type TimelineProps = ComponentProps<typeof StyledTimeline>
export type TimelineItemsProps = ComponentProps<typeof TimelineItem>
export type TimelineBodyProps = ComponentProps<typeof TimelineBody>
Expand Down

0 comments on commit 85b544a

Please sign in to comment.