Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
heiyu4585 committed Dec 6, 2022
1 parent fc3dc74 commit a2e6e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/theme/interface/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import type { ComponentToken as TypographyComponentToken } from '../../typograph
import type { ComponentToken as UploadComponentToken } from '../../upload/style';
import type { ComponentToken as TourComponentToken } from '../../tour/style';
import type { ComponentToken as QRCodeComponentToken } from '../../qrcode/style';
import type { ComponentToken as AppComponentToken } from '../../app/style';

export interface ComponentTokenMap {
Affix?: {};
Expand Down Expand Up @@ -110,4 +111,5 @@ export interface ComponentTokenMap {
Progress?: ProgressComponentToken;
Tour?: TourComponentToken;
QRCode?: QRCodeComponentToken;
App?: AppComponentToken;
}

0 comments on commit a2e6e53

Please sign in to comment.