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 fd66b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export type WindowMockupProps = TWindowMockupProps

// Utils > Theme
export { default as Theme } from './Theme'
export {default as ThemeItem} from './Theme/ThemeItem'
import { ThemeProps as TThemeProps } from './Theme'
export type ThemeProps = TThemeProps
export { useTheme } from './Theme/useTheme'

0 comments on commit fd66b2e

Please sign in to comment.