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