UNPKG

@gooddata/react-components

Version:

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

8 lines (7 loc) 320 B
/// <reference types="react" /> import ConfigurationPanelContent from "./ConfigurationPanelContent"; export default class UnsupportedConfigurationPanel extends ConfigurationPanelContent { componentDidMount(): void; protected isControlDisabled(): boolean; protected renderConfigurationPanel(): JSX.Element; }