Skip to content

Commit

Permalink
Add Context subcomponent to Storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Sep 4, 2024
1 parent d7938cf commit 09cb4ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/composite/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const meta: Meta< typeof Composite > = {
'Composite.Hover': Composite.Hover,
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
'Composite.Typeahead': Composite.Typeahead,
// @ts-expect-error - See https://github.com/storybookjs/storybook/issues/23170
'Composite.Context': Composite.Context,
},
argTypes: {
children: { control: { type: null } },
Expand Down

0 comments on commit 09cb4ad

Please sign in to comment.