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