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