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