@praetorian-chariot/ui
Version:
The UI component library for Chariot, built with Tailwind CSS and React.
14 lines • 574 B
TypeScript
import { Meta, StoryObj } from "@storybook/react";
import { Drawer } from "./Drawer";
declare const meta: Meta<typeof Drawer>;
export default meta;
type Story = StoryObj<typeof Drawer>;
export declare const Basic: Story;
export declare const StackedDrawers: Story;
export declare const UnlimitedDrawers: Story;
export declare const WithScrollableContent: Story;
export declare const StackedDrawersWithoutBackdrop: Story;
export declare const TableWithNestedDrawers: {
render: () => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=Drawer.stories.d.ts.map