UNPKG

another-ui

Version:

as the name says, it's another ui library for React built on Tailwind & Shadcn

7 lines (6 loc) 223 B
import type { Meta, StoryObj } from '@storybook/react'; import { Accordion } from './Accordion'; declare const meta: Meta; export default meta; type Story = StoryObj<typeof Accordion>; export declare const Showcase: Story;