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