useLocalStorage
Function: useLocalStorage()
useLocalStorage(
prefix
):InterfaceStorageHelper
Defined in: src/utils/useLocalstorage.ts:61
Custom hook for simplified localStorage operations.
Parameters
prefix
string
= PREFIX
Prefix to be added to the key, common for all keys. Default is 'Talawa-admin'.
Returns
InterfaceStorageHelper
- Functions to getItem, setItem, removeItem, and getStorageKey.