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