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