From 31e96255dd062b8eac3ee197a9a759f92b80e4c5 Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Mon, 11 Dec 2023 13:23:50 +0100 Subject: [PATCH] fix: expose contextColors --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a34e8be..400a5a7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';