UNPKG

@gooddata/react-components

Version:

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

6 lines (5 loc) 254 B
/// <reference types="react" /> import BaseChartConfigurationPanel from "./BaseChartConfigurationPanel"; export default class LineChartBasedConfigurationPanel extends BaseChartConfigurationPanel { protected renderConfigurationPanel(): JSX.Element; }