UNPKG

@anggiedimasta/ui

Version:

A modern, accessible Vue 3 UI component library with comprehensive documentation, testing, and design system built with Tailwind CSS

8 lines (7 loc) 297 B
import type { Meta, StoryObj } from '@storybook/vue3'; import UseClassesDemo from './useClasses-demo.vue'; declare const meta: Meta<typeof UseClassesDemo>; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story; export declare const WithCustomClasses: Story;