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