infinity-ui-elements
Version:
A React TypeScript component library with Tailwind CSS design system
16 lines • 692 B
TypeScript
import type { Meta, StoryObj } from "@storybook/react";
import { Alert } from "./Alert";
declare const meta: Meta<typeof Alert>;
export default meta;
type Story = StoryObj<typeof Alert>;
export declare const Default: Story;
export declare const AllIntentsSubtle: Story;
export declare const AllIntentsSubtleFullWidth: Story;
export declare const AllIntentsIntense: Story;
export declare const AllIntentsIntenseFullWidth: Story;
export declare const WithoutActions: Story;
export declare const WithoutCloseButton: Story;
export declare const WithoutTitle: Story;
export declare const Interactive: Story;
export declare const CompleteShowcase: Story;
//# sourceMappingURL=Alert.stories.d.ts.map