UNPKG

@spaced-out/ui-design-system

Version:
150 lines 3.68 kB
import * as React from 'react'; import { EmptyData } from '../ColumnChart/ColumnChart.stories'; import type { SpiderChartProps } from './'; declare const _default: { tags: string[]; title: string; component: ({ isLoading, classNames, cardTitle, customExportOptions, headerActions, series, hasEmptyData, emptyText, ...userOptions }: SpiderChartProps) => React.JSX.Element; argTypes: { isLoading: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; cardTitle: { description: string; control: { type: string; }; type: { summary: string; }; }; customExportOptions: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; series: { description: string; table: { type: { summary: string; }; }; }; xAxis: { description: string; table: { type: { summary: string; }; }; }; headerActions: { description: string; table: { type: { summary: string; }; }; }; hasEmptyData: { description: string; control: { type: string; }; }; emptyText: { description: string; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _SpiderChart: { (args: SpiderChartProps): React.JSX.Element; args: { classNames: { wrapper: string; }; cardTitle: string; customExportOptions: { key: string; label: string; format: string; }[]; series: { name: string; data: { name: string; y: number; }[]; }[]; }; }; export declare const _SpiderChartWithEmptyData: { (args: SpiderChartProps): React.JSX.Element; args: { classNames: { wrapper: string; }; cardTitle: string; customExportOptions: { key: string; label: string; format: string; }[]; series: { name: string; data: { name: string; y: number; }[]; }[]; hasEmptyData: boolean; emptyText: React.ReactElement<React.ComponentProps<typeof EmptyData>>; }; }; //# sourceMappingURL=SpiderChart.stories.d.ts.map