diff --git a/src/index.ts b/src/index.ts index 512f208c..f05bb020 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 = TThemeProps export { useTheme } from './Theme/useTheme'