UNPKG

@sanity/default-layout

Version:

The default layout components for Sanity

10 lines (9 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.supportsTouch = void 0; var supportsTouch = (() => { return typeof window !== 'undefined' && 'ontouchstart' in window; })(); exports.supportsTouch = supportsTouch;