Skip to content

Commit

Permalink
update: build variation
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Nov 27, 2023
1 parent 8d6a1ff commit df459ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit df459ec

Please sign in to comment.