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