UNPKG

@volverjs/ui-vue

Version:

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

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