NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/viser/es/utils/EventUtils.d.ts

3 lines
179 B
TypeScript
Raw Permalink Normal View History

2023-09-14 14:47:11 +08:00
export declare function setSEvent(chart: any, itemname: string, keyname: string, content: any): void;
export declare function setEvent(chart: any, name: string, item: any): void;