UNPKG

@volverjs/ui-vue

Version:

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

11 lines (10 loc) 425 B
import type { Meta, StoryObj } from '@storybook/vue3-vite'; import VvInputText from '@/components/VvInputText/VvInputText.vue'; declare const meta: Meta<typeof VvInputText>; export default meta; type Story = StoryObj<typeof VvInputText>; export declare const MaxLength: Story; export declare const MinLength: Story; export declare const Count: Story; export declare const Limit: Story; export declare const Countdown: Story;