@opendatasoft/visualizations-react
Version:
Opendatasoft's React wrapper for visualization components.
37 lines (36 loc) • 1.01 kB
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { PoiMap } from 'src';
declare const meta: Meta<typeof PoiMap>;
export default meta;
/**
* STORY: No layer params
*/
export declare const PoiMapNoLayersParams: StoryObj<typeof PoiMap>;
/**
* STORY: No interactive
*/
export declare const PoiMapNonInteractive: StoryObj<typeof PoiMap>;
/**
* STORY: With match expression
*/
export declare const PoiMapMatchExpression: StoryObj<typeof PoiMap>;
/**
* STORY: With legend on start align
*/
export declare const PoiMapLegendStart: StoryObj<typeof PoiMap>;
/**
* STORY: With legend on center align
*/
export declare const PoiMapLegendCenter: StoryObj<typeof PoiMap>;
/**
* STORY: with min and max zoom
*/
export declare const PoiMapMinMaxZooms: StoryObj<typeof PoiMap>;
/**
* STORY: with cooperative gestures
*/
export declare const PoiMapCooperativeGestures: StoryObj<typeof PoiMap>;
/**
* STORY: with cooperative gestures
*/
export declare const StudioResponsiveUsage: StoryObj<typeof PoiMap>;