Skip to content

Commit

Permalink
feat: export themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdaltoso committed Mar 11, 2024
1 parent 0280cc7 commit 8a02ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import Tree from './Tree';
import Tooltip from './Tooltip';
import TitleBar from './TitleBar';
import Video from './Video';
import * as themes from './themes/all';

export {
Alert,
Expand All @@ -46,4 +47,5 @@ export {
Tooltip,
TitleBar,
Video,
themes,
};

0 comments on commit 8a02ed3

Please sign in to comment.