@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
16 lines (15 loc) • 2.58 kB
TypeScript
/// <reference types="hoist-non-react-statics" />
import * as React from 'react';
import MoreAction from './MoreAction';
export default class ActionBar extends React.Component<{
className?: string;
}, any> {
static ChartStyle: React.ComponentClass<import("./ChartStyle").IChartStyleProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<import("./ChartStyle").IChartStyleProps, any> & typeof import("./ChartStyle").ChartStyle) | (React.FunctionComponent<import("./ChartStyle").IChartStyleProps> & typeof import("./ChartStyle").ChartStyle), {}>;
static ChartType: React.ComponentClass<import("./ChartType").IChartTypeActionProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<import("./ChartType").IChartTypeActionProps, any> & typeof import("./ChartType").ChartTypeAction) | (React.FunctionComponent<import("./ChartType").IChartTypeActionProps> & typeof import("./ChartType").ChartTypeAction), {}>;
static DeleteChart: React.ComponentClass<import("./DeleteChart").IDeleteChartProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<import("./DeleteChart").IDeleteChartProps, any> & typeof import("./DeleteChart").DeleteChart) | (React.FunctionComponent<import("./DeleteChart").IDeleteChartProps> & typeof import("./DeleteChart").DeleteChart), {}>;
static ShareChart: React.ComponentClass<import("./ShareChart").IShareChartProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<import("./ShareChart").IShareChartProps, any> & typeof import("./ShareChart").ShareChart) | (React.FunctionComponent<import("./ShareChart").IShareChartProps> & typeof import("./ShareChart").ShareChart), {}>;
static TimeSelector: React.ComponentClass<import("./TimeSelector").ITimeSelectorProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<import("./TimeSelector").ITimeSelectorProps, any> & typeof import("./TimeSelector").TimeSelector) | (React.FunctionComponent<import("./TimeSelector").ITimeSelectorProps> & typeof import("./TimeSelector").TimeSelector), {}>;
static EditorChart: React.ComponentClass<import("./EditorChart").IEditorChartProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<import("./EditorChart").IEditorChartProps, any> & typeof import("./EditorChart").EditorChart) | (React.FunctionComponent<import("./EditorChart").IEditorChartProps> & typeof import("./EditorChart").EditorChart), {}>;
static MoreAction: typeof MoreAction;
render(): React.JSX.Element;
}