@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
7 lines (6 loc) • 526 B
TypeScript
/// <reference types="hoist-non-react-statics" />
import React from 'react';
import { IBaseLineProps } from '@qn-pandora/pandora-app-component';
declare function BaseLineItemContainer(props: IBaseLineProps): React.JSX.Element;
declare const _default: React.ComponentClass<IBaseLineProps, any> & import("hoist-non-react-statics").NonReactStatics<(React.ComponentClass<IBaseLineProps, any> & typeof BaseLineItemContainer) | (React.FunctionComponent<IBaseLineProps> & typeof BaseLineItemContainer), {}>;
export default _default;