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