UNPKG

@volverjs/ui-vue

Version:

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

9 lines (8 loc) 219 B
import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { name: string; options: string[]; placeholder: string; label: string; }; export declare const argTypes: ArgTypes;