wupengfei
7 天以前 3782b73a9414f23dcd094b4a016cea5fbbaf8523
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};