alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
11 lines • 488 B
TypeScript
import type { StoryObj } from "@storybook/react-vite";
import { GradientBackground } from "./GradientBackground";
declare const _default: {
title: string;
component: typeof GradientBackground;
};
export default _default;
export declare const PreviewGradientBackgroundStoryLightBrand: StoryObj;
export declare const PreviewGradientBackgroundStoryDarkBrand: StoryObj;
export declare const PreviewGradientWithScroll: StoryObj;
//# sourceMappingURL=GradientBackground.stories.d.ts.map