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