UNPKG

@volverjs/ui-vue

Version:

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

8 lines (7 loc) 189 B
export declare const VvBadgeProps: { value: (StringConstructor | NumberConstructor)[]; modifiers: { type: PropType<string | string[]>; default: undefined; }; };