@opendatasoft/visualizations-react
Version:
Opendatasoft's React wrapper for visualization components.
13 lines (12 loc) • 489 B
TypeScript
import { ComponentMeta } from '@storybook/react';
import { ChoroplethGeoJsonOptions } from '@opendatasoft/visualizations';
import { ChoroplethSvg } from 'src';
declare const meta: ComponentMeta<typeof ChoroplethSvg>;
export default meta;
export declare const ChoroplethSvgStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, {
scale: string;
dataset: number;
height: string;
width: string;
options: ChoroplethGeoJsonOptions;
}>;