import { ModifiersProps } from '@/props' export const VvAvatarProps = { ...ModifiersProps, /** * Image src for avatar */ imgSrc: String, }