Skip to content

Commit

Permalink
fix: 修复size类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Aug 19, 2022
1 parent ec1ce18 commit 5b111d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums/configEnum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const enum SizeEnum {
export enum SizeEnum {
LARGE = 'large',
DEFAULT = 'default',
SMALL = 'small',
Expand Down

0 comments on commit 5b111d8

Please sign in to comment.