Skip to content

Commit b068d65

Browse files
committed
feat: update ui export
1 parent a819d86 commit b068d65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/ui/src/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,20 @@ export * from './components/config-provider';
2626

2727
export * from './components/divider';
2828

29+
export * from './components/icon';
30+
31+
export * from './components/label';
32+
2933
export * from './components/label';
3034

35+
export * from './components/popover';
36+
3137
export * from './components/scroll-area';
3238

3339
export * from './components/sonner';
3440

3541
export * from './components/tabs';
3642

43+
export * from './lib';
44+
3745
export * from './types';

0 commit comments

Comments
 (0)