Skip to content

Commit

Permalink
API: expose getTheme(), getThemeMode() functions (#1108)
Browse files Browse the repository at this point in the history
expose `getTheme(), `getThemeMode()` functions

Co-authored-by: Sebastian Sutu <sebastian.sutu@sensidev.com>
  • Loading branch information
SutuSebastian and Sebastian Sutu authored Nov 7, 2023
1 parent 0efb4bc commit 5b5d320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ export * from './components/Tooltip';
export * from './hooks/use-theme-mode';

export * from './theme';
export { getTheme, getThemeMode } from './theme-store';

1 comment on commit 5b5d320

@vercel
Copy link

@vercel vercel bot commented on 5b5d320 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.