UNPKG

@volverjs/ui-vue

Version:

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

14 lines (13 loc) 309 B
import type { ArgTypes } from '@storybook/vue3-vite'; export declare const defaultArgs: { routes: ({ label: string; title: string; href: string; } | { label: string; title: string; href?: undefined; })[]; }; export declare const argTypes: ArgTypes;