@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
14 lines (13 loc) • 856 B
TypeScript
/// <reference types="hoist-non-react-statics" />
import React from 'react';
import MapBubbleChartStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/map/bubble/base';
import BasicComponent from '../../../Base/BasicComponent';
interface IStylePanelBubbleMapProps {
chartStyleService: MapBubbleChartStyleService;
getPopupContainer?: () => HTMLElement;
}
export declare class StylePanelBubbleMap extends BasicComponent<IStylePanelBubbleMapProps, any> {
render(): React.JSX.Element;
}
declare const _default: React.ComponentClass<IStylePanelBubbleMapProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IStylePanelBubbleMapProps, any> & typeof StylePanelBubbleMap) | (React.FunctionComponent<IStylePanelBubbleMapProps> & typeof StylePanelBubbleMap), {}>;
export default _default;