UNPKG

vue3-photo-preview

Version:
6 lines (5 loc) 121 B
/** * 当前设备是否支持触摸事件 */ declare const isTouchDevice: boolean; export default isTouchDevice;