design-system-simplefi
Version:
Design System for SimpleFi Applications
10 lines (9 loc) • 477 B
TypeScript
import { Meta, Story } from '@storybook/react/types-6-0';
import { StackProps } from './Stack';
declare const _default: Meta<import("@storybook/react/types-6-0").Args>;
export default _default;
export declare const playground: Story<StackProps>;
export declare const WithGap: Story<StackProps>;
export declare const RecursiveGap: Story<StackProps>;
export declare const SplitedStack: Story<StackProps>;
export declare const WithHorizontalAlignment: Story<StackProps>;