UNPKG

alouette

Version:

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

13 lines 372 B
import type { StoryObj } from "@storybook/react-vite"; import { Form } from "./Form"; type ThisStory = StoryObj<typeof Form>; declare const _default: { title: string; component: typeof Form; parameters: { componentSubtitle: string; }; }; export default _default; export declare const FormStory: ThisStory; //# sourceMappingURL=Form.stories.d.ts.map