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