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