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