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