UNPKG

@volverjs/ui-vue

Version:

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

11 lines (10 loc) 255 B
import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { id: string; title: string; transition: string; size: string; keepOpen: boolean; default: string; }; export declare const argTypes: ArgTypes;