UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

17 lines (16 loc) 915 B
/// <reference types="hoist-non-react-statics" /> import React from 'react'; import { IChartDataset } from '@qn-pandora/app-sdk'; import CrossAxis from '../../../base-pandora-visualization/services/chart-style/components/cross-axis'; interface IYScantterPanelContentProps { dataset: IChartDataset; crossAxis: CrossAxis; metricLabel?: string; } export declare class YScantterPanelContent extends React.Component<IYScantterPanelContentProps, any> { handleOnChange(value: any): void; handleCrossAxisNameChange(e: any): void; render(): React.JSX.Element; } declare const _default: React.ComponentClass<IYScantterPanelContentProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IYScantterPanelContentProps, any> & typeof YScantterPanelContent) | (React.FunctionComponent<IYScantterPanelContentProps> & typeof YScantterPanelContent), {}>; export default _default;