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