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