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