design-system-simplefi
Version:
Design System for SimpleFi Applications
10 lines (9 loc) • 492 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 AreaGraphChart: Story<GraphProps>;
export declare const AreaGraphChartDoubleLegend: Story<GraphProps>;
export declare const BarChart: Story<GraphProps>;
export declare const BarChartNoLegend: Story<GraphProps>;
export declare const PieChart: Story<GraphProps>;