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