Skip to content

Commit

Permalink
export ThemeItem for external use
Browse files Browse the repository at this point in the history
addresses daisyui#293
  • Loading branch information
taivo committed Jan 19, 2023
1 parent 5063eab commit b5ec753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Expand Up @@ -266,4 +266,7 @@ export type WindowMockupProps = TWindowMockupProps
export { default as Theme } from './Theme'
import { ThemeProps as TThemeProps } from './Theme'
export type ThemeProps = TThemeProps
export { default as ThemeItem } from './Theme/ThemeItem'
import { ThemeItemProps as TThemeItemProps } from './Theme/ThemeItem'
export type ThemeItemProps = TThemeItemProps;
export { useTheme } from './Theme/useTheme'

0 comments on commit b5ec753

Please sign in to comment.