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