UNPKG

@opendatasoft/visualizations-react

Version:

Opendatasoft's React wrapper for visualization components.

6 lines (5 loc) 244 B
import { Meta, StoryObj } from '@storybook/react'; import { ChoroplethGeoJson } from 'src'; declare const meta: Meta<typeof ChoroplethGeoJson>; export default meta; export declare const ChoroplethLongLabels: StoryObj<typeof ChoroplethGeoJson>;