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