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