UNPKG

ze-react-component-library

Version:
16 lines (15 loc) 569 B
import { LogicformAPIResultType, LogicformType } from "zeroetp-api-sdk"; import { AnalyzerProps } from "../Analyzer"; import "./index.less"; export declare type ZEValueDisplayer2Props = { result?: LogicformAPIResultType; rootClassName?: string; showYoyAndMom?: boolean; upColor?: string; downColor?: string; onChangeLogicform?: (logicform: LogicformType) => void; exportTitle?: string; analzyerProps?: Partial<AnalyzerProps>; }; declare const ZEValueDisplayerWrapper: (props: any) => JSX.Element; export default ZEValueDisplayerWrapper;