zhengyiming
2025-02-13 6f7c6779645f8b1d5ae158b786489305ea1f1e01
1
2
3
4
export type AvatarProps = {
  imgClass?: string;
  src?: string;
};