Skip to content

Commit

Permalink
f storybook types
Browse files Browse the repository at this point in the history
  • Loading branch information
prichodko committed Jan 31, 2024
1 parent e5b4f85 commit 55e9f10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions packages/components/src/_components/types.ts
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
import {} from '@storybook/react'

declare module '@storybook/react' {
export interface Parameters {
backgrounds?: {
default: 'light' | 'dark'
}
}
}

export type * as Aria from 'react-aria-components'
10 changes: 0 additions & 10 deletions packages/components/src/storybook.d.ts

This file was deleted.

0 comments on commit 55e9f10

Please sign in to comment.