diff --git a/src/index.ts b/src/index.ts index 10054d32..97d290e3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'