cf5fb82a771aacb5cc7ed1dcdfe037e4e1d5da91a411eb694b5920f44ab9b03fe0240862d5e19963e5f85db63d5de96c2eb13907d5f5292de4864efa524b21 417 B

12345
  1. import Eventful from 'zrender/lib/core/Eventful.js';
  2. import type { EChartsType, registerAction } from '../core/echarts.js';
  3. import ExtensionAPI from '../core/ExtensionAPI.js';
  4. export declare function createLegacyDataSelectAction(seriesType: string, ecRegisterAction: typeof registerAction): void;
  5. export declare function handleLegacySelectEvents(messageCenter: Eventful, ecIns: EChartsType, api: ExtensionAPI): void;