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