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