Skip to content

Commit

Permalink
fix: export ChevronProps type (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh-ink authored Aug 16, 2024
1 parent d9fec52 commit 9b4138f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Chevron.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ export function Chevron(props: {
</svg>
);
}

export type ChevronProps = Parameters<typeof Chevron>[0];

0 comments on commit 9b4138f

Please sign in to comment.