UNPKG

react-tapper

Version:

Tappable and Swipeable component for React.

19 lines (16 loc) 411 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var touchStyles = { WebkitTapHighlightColor: 'rgba(0,0,0,0)', WebkitTouchCallout: 'none', WebkitUserSelect: 'none', KhtmlUserSelect: 'none', MozUserSelect: 'none', msUserSelect: 'none', userSelect: 'none' //cursor: 'pointer' }; var _default = touchStyles; exports["default"] = _default;