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