Skip to content

Commit

Permalink
chore: update typescript for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Jul 9, 2024
1 parent 4971f8e commit 83ad76b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/react/src/UnderlineNav/UnderlineNav.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import {UnderlineNavItem} from './UnderlineNavItem'

const excludedControlKeys = ['sx', 'as', 'variant', 'align', 'afterSelect']

const meta = {
const meta: Meta<typeof UnderlineNav> = {
title: 'Components/UnderlineNav',
component: UnderlineNav,
subcomponents: {UnderlineNavItem},
parameters: {
controls: {
expanded: true,
Expand All @@ -33,7 +32,7 @@ const meta = {
'aria-label': 'Repository',
loadingCounters: false,
},
} satisfies Meta<typeof UnderlineNav>
}

export default meta

Expand Down

0 comments on commit 83ad76b

Please sign in to comment.