UNPKG

@gooddata/react-components

Version:

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

15 lines (14 loc) 627 B
import * as React from "react"; import ConfigurationPanelContent from "./ConfigurationPanelContent"; export default class GeoPushpinConfigurationPanel extends ConfigurationPanelContent { protected getControlProperties(): { groupNearbyPoints: any; }; protected renderLegendSection(): JSX.Element; protected renderViewportSection(): React.ReactElement; protected renderPointsSection(): React.ReactElement; protected isControlDisabled(): boolean; protected getBubbleClassNames(): string; protected renderConfigurationPanel(): JSX.Element; protected renderColorSection(): JSX.Element; }