alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
19 lines • 570 B
TypeScript
import type { StoryObj } from "@storybook/react-vite";
import { ScreenScrollView } from "./ScreenScrollView";
declare const _default: {
title: string;
component: typeof ScreenScrollView;
parameters: {
componentSubtitle: string;
docs: {
description: {
component: string;
};
};
};
};
export default _default;
export declare const PreviewStory: StoryObj;
export declare const VariantsStory: StoryObj;
export declare const Tests: StoryObj;
//# sourceMappingURL=ScreenScrollView.stories.d.ts.map