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