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