UNPKG

another-ui

Version:

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

17 lines (16 loc) 609 B
import { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; export type Story = StoryObj<typeof Button>; declare const meta: Meta<typeof Button>; export default meta; export declare const Default: Story; export declare const Danger: Story; export declare const Success: Story; export declare const Ghost: Story; export declare const Link: Story; export declare const OutLine: Story; export declare const OutLineDanger: Story; export declare const OutLineSuccess: Story; export declare const WithIcon: Story; export declare const Loading: Story; export declare const Disabled: Story;