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