isTouchDevice.d.ts 109 B

12345
  1. /**
  2. * 是否支持触摸设备
  3. */
  4. declare const isTouchDevice: boolean;
  5. export default isTouchDevice;