UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

16 lines (15 loc) 852 B
/// <reference types="hoist-non-react-statics" /> import React from 'react'; import BasicComponent from '../../../../components/Base/BasicComponent'; import SunburstStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/sunburst/sunburst'; interface IStyleElementProps { chartStyleService: SunburstStyleService; themeOption: any; getPopupContainer?: () => HTMLElement; } export declare class StyleElement extends BasicComponent<IStyleElementProps, any> { get showLabel(): any; render(): React.JSX.Element; } declare const _default: React.ComponentClass<IStyleElementProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IStyleElementProps, any> & typeof StyleElement) | (React.FunctionComponent<IStyleElementProps> & typeof StyleElement), {}>; export default _default;