@spark-ui/use-mounted-state
Version:
check the component's mount state
40 lines (39 loc) • 944 B
JSON
{
"name": "@spark-ui/use-mounted-state",
"version": "10.0.5",
"description": "check the component's mount state",
"publishConfig": {
"access": "public"
},
"keywords": [
"@spark-ui",
"react",
"hook",
"mounted-state"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "vite build"
},
"peerDependencies": {
"react": "^19.0",
"react-dom": "^19.0"
},
"repository": {
"type": "git",
"url": "https://github.com/leboncoin/spark-web.git",
"directory": "packages/hooks/use-mounted-state"
},
"config": {
"title": "use-mounted-state",
"category": "hooks"
},
"bugs": {
"url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Ahook+label%3Ause-mounted-state"
},
"homepage": "https://sparkui.vercel.app",
"license": "MIT",
"gitHead": "7d5d8687ef89a46862540ef26086c65264770bfd"
}