@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
12 lines (11 loc) • 691 B
TypeScript
/// <reference types="hoist-non-react-statics" />
import React from 'react';
import { IHoneycombStyleSerivice } from '../../../../base-pandora-visualization/services/chart-style/charts/honeycomb';
interface IStyleElementProps {
chartStyleService: IHoneycombStyleSerivice;
}
export declare class StyleElement extends React.Component<IStyleElementProps, 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;