UNPKG

@gooddata/react-components

Version:

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

8 lines (7 loc) 304 B
/// <reference types="react" /> import ConfigurationPanelContent from "./ConfigurationPanelContent"; export default class BulletChartConfigurationPanel extends ConfigurationPanelContent { protected renderConfigurationPanel(): JSX.Element; private renderMinMax; private getBubbleClassNames; }