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