Skip to content

Commit

Permalink
feat(gui): declare global icon package (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
StayRealMayDay authored Nov 19, 2024
1 parent c97427a commit 19bfd9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/web/src/lib.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as SemiUI from '@douyinfe/semi-ui';
import * as SemiUIIcon from '@douyinfe/semi-icons';
import * as IconParksIcons from '@icon-park/react';
import * as dataModel from '@yuants/data-model';
import * as protocol from '@yuants/protocol';
Expand All @@ -17,6 +18,7 @@ export const libs = {
rxjs,
yalps,
'@douyinfe/semi-ui': SemiUI,
'@douyinfe/semi-icons': SemiUIIcon,
'@icon-park/react': IconParksIcons,
'observable-hooks': observableHooks,
'echarts-for-react': echartsForReact,
Expand Down

0 comments on commit 19bfd9b

Please sign in to comment.