zhengyiming
昨天 9dcaac6cb2e5bbf0c6a70330bdda6c25a5faaa1f
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};