UNPKG

@opendatasoft/visualizations-react

Version:

Opendatasoft's React wrapper for visualization components.

20 lines (19 loc) 2.5 kB
import { ComponentMeta } from '@storybook/react'; import { ChoroplethGeoJsonProps } from '@opendatasoft/visualizations'; import { ChoroplethGeoJson } from 'src'; declare const meta: ComponentMeta<typeof ChoroplethGeoJson>; export default meta; export declare const StudioChoropleth: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethMultiPolygon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethEmptyValue: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethGradient: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethPalette: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethCustomTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethComplexTooltip: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethLongLabels: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethEmptyData: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethLegendLeft: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethLegendRight: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethNavigationMapButtons: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethPreventWorldCopies: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>; export declare const StudioChoroplethCooperativeGestures: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, ChoroplethGeoJsonProps>;