diff --git a/package.json b/package.json index 6da87b07f..30f6f924f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@mrtryy/fancyuilibary", "description": "FancyUI Libary", "private": false, - "version": "0.1.124", + "version": "0.1.126", "type": "module", "scripts": { "dev": "vite", diff --git a/src/lib/index.ts b/src/lib/index.ts index 05ae32c1e..5f521b007 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -126,3 +126,6 @@ export { default as shadows } from '@/Components/UI/Design/shadows/shadows'; // ---------- Interfaces ------- // export * from '@/Components/UI/Interface'; + +// ---------- Store ------- // +export { default as themeStore } from '@/Components/UI/Design/color/themeStore/themeStore';