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