Add doc to script file
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
/**
|
||||
* Application State Hook
|
||||
*
|
||||
* Manages global application state with localStorage persistence.
|
||||
* Provides type-safe state updates for nested objects and automatic
|
||||
* state saving on changes.
|
||||
*
|
||||
* @author Andreas Weyer
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
import React from 'react';
|
||||
import { LOCAL_STORAGE_KEY, getDefaultState, type AppState } from '../constants/defaults';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user