/** * 校验是否是IE浏览器 * @returns */ declare const isIE: () => boolean; export default isIE;