Skip to content

Commit

Permalink
fix: fixed main ThemeProps export for generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
christianblandford committed Jul 11, 2022
1 parent 4d1c676 commit 0cbac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -245,5 +245,5 @@ export type WindowMockupProps = TWindowMockupProps
// Utils > Theme
export { default as Theme } from './Theme'
import { ThemeProps as TThemeProps } from './Theme'
export type ThemeProps = TThemeProps
export type ThemeProps<T extends React.ElementType> = TThemeProps<T>
export { useTheme } from './Theme/useTheme'

0 comments on commit 0cbac8f

Please sign in to comment.