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