Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fix: expose contextColors
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Dec 11, 2023
1 parent 6935c07 commit 31e9625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export {
ThemeMode,
} from '@/types/theme';

export { type ContextColorsType } from '@/consts/colors';
export { type ContextColorsType, contextColors } from '@/consts/colors';

export * from '@/composables';
export * from '@/components';
Expand Down

0 comments on commit 31e9625

Please sign in to comment.