UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

6 lines (5 loc) 337 B
/// <reference types="react" /> import { VisualizationObject } from "@gooddata/typings"; import { IGeoPushpinChartProps } from "./../interfaces/GeoChart"; export declare const getBuckets: (props: IGeoPushpinChartProps) => VisualizationObject.IBucket[]; export declare function GeoPushpinChart(props: IGeoPushpinChartProps): JSX.Element;