zhengyiming
4 天以前 efb7d8167c0293c463ca7b78aef09e261a5ec980
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};