File tree 2 files changed +2
-2
lines changed
bundle/hooks/useLocalStorage
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useStorage } from '../useStorage/useStorage';
4
4
* @description - Hook that manages local storage value
5
5
* @category Browser
6
6
*
7
- * @browserapi window. localStorage https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
7
+ * @browserapi localStorage https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
8
8
*
9
9
* @template Value The type of the value
10
10
* @param {string } key The key of the storage
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { useStorage } from '../useStorage/useStorage';
7
7
* @description - Hook that manages local storage value
8
8
* @category Browser
9
9
*
10
- * @browserapi window. localStorage https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
10
+ * @browserapi localStorage https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
11
11
*
12
12
* @template Value The type of the value
13
13
* @param {string } key The key of the storage
You can’t perform that action at this time.
0 commit comments