zhengyiming
昨天 a31b80263ccb6353b5cb84d926bfb29076f46d99
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};