/** * 当前设备是否支持触摸事件 */ declare const isTouchDevice: boolean; export default isTouchDevice;