UNPKG

@qn-pandora/pandora-visualization

Version:

Pandora 通用可视化库

14 lines (13 loc) 790 B
/// <reference types="hoist-non-react-statics" /> import React from 'react'; import BasicComponent from '../../../Base/BasicComponent'; import TimeLineStyleService from '../../../../base-pandora-visualization/services/chart-style/charts/timeline/timeline'; interface IStyleElementProps { chartStyleService: TimeLineStyleService; getPopupContainer?: () => HTMLElement; } export declare class StyleElement extends BasicComponent<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;