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