/** * @description: 将代码转成es5结构,兼容ie * @param dynamicActionSource:es6的代码结构 * @return es5的代码结构 */ declare const getSupportEvent: (dynamicActionSource: string) => Promise<(string | boolean)[]>; export { getSupportEvent };