UNPKG

@volverjs/ui-vue

Version:

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

12 lines (11 loc) 288 B
import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { name: string; label: string; placeholder: string; min: undefined; max: undefined; minlength: undefined; maxlength: undefined; }; export declare const argTypes: ArgTypes;