UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

17 lines (16 loc) 941 B
/// <reference types="hoist-non-react-statics" /> import React from 'react'; import LineChartStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/line/line'; import { EPoint, TThemeOption } from '../../../../constants'; interface IStyleElementProps { chartStyleService: LineChartStyleService; themeOption: TThemeOption; } export declare class StyleElement extends React.Component<IStyleElementProps, any> { get pointType(): EPoint | import("../../../../constants").EShape; get pointSize(): number | undefined; handlePointChange(value: any, key: string): void; 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;