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