vue-launchers
Version:
13 lines (12 loc) • 558 B
TypeScript
import { CreateComponentType } from '../packages/index.d';
import { useChartEditStore } from '../chartStore/modules/chartEditStore/chartEditStore';
type ChartEditStoreType = typeof useChartEditStore;
/**
* 数据池接口处理
*/
export declare const useChartDataPondFetch: () => {
addGlobalDataInterface: (targetComponent: CreateComponentType, useChartEditStore: ChartEditStoreType, updateCallback: (...args: any) => any) => void;
clearMittDataPondMap: () => void;
initDataPond: (useChartEditStore: ChartEditStoreType) => void;
};
export {};