UNPKG

ze-react-component-library

Version:
16 lines (15 loc) 750 B
/// <reference types="react" /> import { EchartsSetting } from "../ZECard/ZECard.types"; import { LogicformAPIResultType } from "zeroetp-api-sdk"; export declare function useFrontConfig({ logicform, cardResult, echartsSetting, analyzer }: { logicform?: any; cardResult?: LogicformAPIResultType; echartsSetting?: EchartsSetting; analyzer?: boolean; }): any; export declare const FrontConfigContext: import("react").Context<any>; export declare const useEChartsExtraTheme: () => any; export declare const useEChartsSetting: () => EchartsSetting | undefined; export declare const useAnalyzer: () => any; export declare const useCardDatasource: () => import("zeroetp-api-sdk").SchemaType[]; export declare const useAllSchemas: () => any;