Skip to content

Commit 4d0a401

Browse files
Update src/hooks/useMap/useMap.ts
1 parent 63a4168 commit 4d0a401

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hooks/useMap/useMap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ type MapActions<K, V> = {
2828
type UseMapReturn<K, V> = [Omit<Map<K, V>, 'set' | 'clear' | 'delete'>, MapActions<K, V>];
2929

3030
/**
31+
* @description
3132
* A React hook that manages a key-value Map as state.
3233
* Provides efficient state management and stable action functions.
3334
*

0 commit comments

Comments
 (0)