UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

9 lines (8 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIsTouch = void 0; const getIsTouch = () => !matchMedia('(pointer:fine)').matches; exports.getIsTouch = getIsTouch; //# sourceMappingURL=environment.js.map