UNPKG

alouette

Version:

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

19 lines 590 B
import type { StoryObj } from "@storybook/react-vite"; import { ActionButton } from "./ActionButton"; type ThisStory = StoryObj<typeof ActionButton>; declare const _default: { title: string; component: typeof ActionButton; parameters: { componentSubtitle: string; docs: { description: { component: string; }; }; }; }; export default _default; export declare const ActionButtonPreviewStory: ThisStory; export declare const ActionButtonVariantsStory: ThisStory; //# sourceMappingURL=ActionButton.stories.d.ts.map