UNPKG

vue-launchers

Version:
12 lines (11 loc) 322 B
import * as echarts from 'echarts'; export declare const npmPkgs: { echarts: typeof echarts; }; export declare const useLifeHandler: (chartConfig: any) => {}; /** * 生成基础函数 * @param fnStr 用户方法体代码 * @param event 鼠标事件 */ export declare function generateBaseFunc(fnStr: string): any;