Skip to content

Commit

Permalink
Fix ArgTypes for Item in Accordion (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 authored Nov 26, 2024
1 parent 64d5343 commit d537a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/accordion/docs/Accordion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The `expandedKeys` state can be handled in controlled mode.
compact
/>

<ArgTypes of={Item} sort="alpha" />
<ArgTypes of={InnerItem} sort="alpha" />

### Content

Expand Down

0 comments on commit d537a23

Please sign in to comment.