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