UNPKG

another-ui

Version:

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

8 lines (7 loc) 283 B
import { Meta, StoryObj } from '@storybook/react'; import { IconButton } from './IconButton'; export type Story = StoryObj<typeof IconButton>; declare const meta: Meta<typeof IconButton>; export default meta; export declare const Default: Story; export declare const Loading: Story;