UNPKG

alouette

Version:

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

14 lines 464 B
import type { StoryObj } from "@storybook/react-vite"; import { type ReactNode } from "react"; declare function SimpleVFormDemo(): ReactNode; type ThisStory = StoryObj<typeof SimpleVFormDemo>; declare const _default: { title: string; component: typeof SimpleVFormDemo; parameters: { componentSubtitle: string; }; }; export default _default; export declare const SimpleVFormStory: ThisStory; //# sourceMappingURL=SimpleVForm.stories.d.ts.map