/*** * @file: * @author: linkun.he * @Date: 2020-01-03 13:36:03 */ /** * 防止冒泡的兼容处理 * @param evt 事件 */ export declare function preventBubble(evt: any): void;