UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

11 lines (10 loc) 211 B
export declare const VvAvatarProps: { /** * Image src for avatar */ imgSrc: StringConstructor; modifiers: { type: PropType<string | string[]>; default: undefined; }; };