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