zhengyiming
2025-02-12 8ddaa42086bc67dac16ea596d212b79d3b832313
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};