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