UNPKG

alouette

Version:

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

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