vue-launchers
Version:
9 lines (8 loc) • 477 B
TypeScript
import { CreateComponentType } from '../packages/index.d';
import { useChartEditStore } from '../chartStore/modules/chartEditStore/chartEditStore';
type ChartEditStoreType = typeof useChartEditStore;
export declare const useChartInteract: (chartConfig: CreateComponentType, useChartEditStore: ChartEditStoreType, param: {
[T: string]: any;
}, interactEventOn: string) => void;
export declare const clearInteractEvent: (chartConfig: CreateComponentType) => void;
export {};