UNPKG

@gooddata/react-components

Version:

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

9 lines (8 loc) 336 B
/// <reference types="react" /> import ConfigurationPanelContent from "./ConfigurationPanelContent"; export default class HeatMapConfigurationPanel extends ConfigurationPanelContent { protected renderConfigurationPanel(): JSX.Element; private getBubbleClassNames; private getControlProperties; private isAxisDisabled; }