Explorar o código

fix: No 'default' in AvatarGroupSize TS value (#1010)

Anoyi %!s(int64=3) %!d(string=hai) anos
pai
achega
a6a6a68e24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/semi-ui/avatar/interface.ts

+ 1 - 1
packages/semi-ui/avatar/interface.ts

@@ -38,7 +38,7 @@ export interface AvatarProps extends BaseProps {
 }
 
 export type AvatarGroupShape = 'circle' | 'square';
-export type AvatarGroupSize = 'extra-extra-small' | 'extra-small' | 'small' | 'medium' | 'large' | 'extra-large';
+export type AvatarGroupSize = 'extra-extra-small' | 'extra-small' | 'small' | 'default' | 'medium' | 'large' | 'extra-large';
 export type AvatarGroupOverlapFrom = 'start' | 'end';
 
 export interface AvatarGroupProps {