File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ and then:
72
72
* [ ] ` useMedia ` : tracks state of a CSS media query
73
73
* [ ] ` useMediaDevices ` : tracks connected hardware devices
74
74
* [ ] ` useMotion ` : tracks state of device's motion sensor
75
- * [ ] [ ` useMouse ` ] ( ./src/hooks/sensor/useMouse/doc.md ) : tracks state of mouse position
75
+ * [x ] [ ` useMouse ` ] ( ./src/hooks/sensor/useMouse/doc.md ) : tracks state of mouse position
76
76
* [ ] ` useNetwork ` : tracks state of user's internet connection
77
77
* [ ] ` usePageLeave ` : triggers when mouse leaves page boundaries
78
78
* Side Effects:
@@ -81,7 +81,7 @@ and then:
81
81
* [ ] ` useAsync ` : resolves an async function
82
82
* [x] [ ` useLocalStorage ` ] ( ./src/hooks/sideEffect/useLocalStorage/doc.md ) : manages a value in ` localStorage `
83
83
* [x] [ ` useSessionStorage ` ] ( ./src/hooks/sideEffect/useSessionStorage/doc.md ) : manages a value in ` sessionStorage `
84
- * [ ] [ ` useFavicon ` ] ( ./src/hooks/sideEffect/useFavicon/doc.md ) : sets favicon of the page
84
+ * [x ] [ ` useFavicon ` ] ( ./src/hooks/sideEffect/useFavicon/doc.md ) : sets favicon of the page
85
85
* [x] [ ` useTitle ` ] ( ./src/hooks/sideEffect/useTitle/doc.md ) : sets title of the page
86
86
* [x] [ ` usePermission ` ] ( ./src/hooks/sideEffect/usePermission/doc.md ) : query permission status for browser APIs
87
87
* UI:
You can’t perform that action at this time.
0 commit comments