UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

34 lines 916 B
import type { StoryObj } from "@storybook/react-vite"; import { Message } from "./Message"; type ThisStory = StoryObj<typeof Message>; declare const _default: { title: string; component: typeof Message; parameters: { componentSubtitle: string; }; argTypes: { accent: { description: string; control: "select"; options: import("../..").Accent[]; table: { defaultValue: { summary: string; }; }; }; onDismiss: { description: string; control: "boolean"; }; children: { description: string; control: "text"; }; }; }; export default _default; export declare const PreviewMessageStory: ThisStory; export declare const Variants: ThisStory; //# sourceMappingURL=Message.stories.d.ts.map