Skip to content

Commit b28c280

Browse files
committed
Remove unnecessary exports
1 parent e68b50c commit b28c280

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/core/src/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,10 @@ export { WithGuard, type WithGuardProps } from "./components/with-guard";
2525

2626
export { useAppShell, useAppShellConfig, useAppShellData } from "./contexts/appshell-context";
2727
export {
28-
useColorMode,
2928
useTheme,
30-
COLOR_MODE_OPTIONS,
31-
THEME_OPTIONS,
3229
type ColorMode,
3330
type ResolvedColorMode,
34-
type ColorModeOption,
3531
type Theme,
36-
type ThemeOption,
3732
} from "./contexts/theme-context";
3833
export { AppearanceSwitcher } from "./components/appearance-switcher";
3934
export { type I18nLabels, defineI18nLabels } from "./hooks/i18n";

0 commit comments

Comments
 (0)