UNPKG

@volverjs/ui-vue

Version:

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

8 lines (7 loc) 225 B
import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { name: string; width: number; prefix: import("@/components/VvIcon").IconPrefix; }; export declare const argTypes: ArgTypes;