use-long-press
Version:
React hook for detecting click, tap or point and hold event. Easy to use, highly customizable options, thoroughly tested.
35 lines (34 loc) • 862 B
JSON
{
"name": "use-long-press",
"version": "3.3.0",
"description": "React hook for detecting click, tap or point and hold event. Easy to use, highly customizable options, thoroughly tested.",
"author": "minwork",
"license": "MIT",
"keywords": [
"long press",
"hook",
"react",
"click and hold",
"tap and hold",
"point and hold"
],
"repository": "https://github.com/minwork/react",
"readme": "https://github.com/minwork/react/blob/main/packages/use-long-press/README.md",
"homepage": "https://minwork.gitbook.io/long-press-hook/",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js",
"types": "./index.d.ts"
}
},
"files": [
"**/*.{js,ts,mjs}",
"LICENSE.md"
],
"peerDependencies": {
"react": ">=16.8.0"
}
}