UNPKG

ze-react-component-library

Version:
23 lines (22 loc) 736 B
import { LogicformAPIResultType, LogicformType } from "zeroetp-api-sdk"; import { AnalyzerProps } from "../Analyzer"; import "./index.less"; export declare type ZEValueDisplayerProps = { data: LogicformAPIResultType; logicform?: LogicformType; onChangeLogicform?: (logicform: LogicformType) => void; showYoyAndMom?: boolean; trend?: "up" | "down"; title?: string; exportTitle?: string; tip?: string; rootClassName?: string; upColor?: string; downColor?: string; highlight?: boolean; noWrapper?: boolean; analzyerProps?: Partial<AnalyzerProps>; showArrow?: boolean; }; declare const ZEValueDisplayerWrapper: (props: any) => JSX.Element; export default ZEValueDisplayerWrapper;