UNPKG

@volverjs/ui-vue

Version:

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

7 lines (6 loc) 245 B
import type { Meta, StoryObj } from '@storybook/vue3-vite'; import VvNav from '@/components/VvNav/VvNav.vue'; declare const meta: Meta<typeof VvNav>; export default meta; type Story = StoryObj<typeof VvNav>; export declare const Default: Story;