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