design-system-simplefi
Version:
Design System for SimpleFi Applications
8 lines (7 loc) • 371 B
TypeScript
import { Meta, Story } from '@storybook/react/types-6-0';
import { GraphProps } from '../Charts.types';
declare const _default: Meta<import("@storybook/react/types-6-0").Args>;
export default _default;
export declare const StackedGraph: Story<GraphProps>;
export declare const StandardGraph: Story<GraphProps>;
export declare const NoCardGraph: Story<GraphProps>;