Skip to content

Commit

Permalink
Update packages/react/src/RelativeTime/RelativeTime.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Clay Miller <clay@smockle.com>
  • Loading branch information
lindseywild and smockle authored Jun 4, 2024
1 parent 1c71e99 commit 0cb5d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/RelativeTime/RelativeTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ function RelativeTime({date, datetime, children, noTitle, ...props}: RelativeTim
)
}

export type RelativeTimeProps = ComponentProps<typeof RelativeTimeComponent> & {noTitle?: boolean}
export type RelativeTimeProps = ComponentProps<typeof RelativeTimeComponent>
export default RelativeTime

0 comments on commit 0cb5d7e

Please sign in to comment.