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