alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
20 lines • 614 B
TypeScript
import type { StoryObj } from "@storybook/react-vite";
import { AppShell } from "./AppShell";
type ThisStory = StoryObj<typeof AppShell>;
declare const _default: {
title: string;
component: typeof AppShell;
parameters: {
componentSubtitle: string;
docs: {
description: {
component: string;
};
};
};
};
export default _default;
export declare const PreviewAppShellStory: ThisStory;
export declare const VariantsAppShellStory: ThisStory;
export declare const TestsAppShellStory: ThisStory;
//# sourceMappingURL=AppShell.stories.d.ts.map