Skip to content

Commit

Permalink
fix: export ContextColors type from entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Oct 24, 2023
1 parent e4228a7 commit 8b091a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export {
ThemeMode,
} from '@/types/theme';

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

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

Expand Down

0 comments on commit 8b091a1

Please sign in to comment.