@reactuses/core 6.1.7 → 6.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3731,7 +3731,7 @@ declare const useFetchEventSource: UseFetchEventSource;
|
|
|
3731
3731
|
* - reset: 將 map 重置為其初始狀態的函數。
|
|
3732
3732
|
* - size: map 的當前大小。
|
|
3733
3733
|
*/
|
|
3734
|
-
type UseMap<K = any, V = any>
|
|
3734
|
+
type UseMap = <K = any, V = any>(
|
|
3735
3735
|
/**
|
|
3736
3736
|
* @zh 初始值,可以为 Map 实例、数组或者一个初始化的函数
|
|
3737
3737
|
* @zh-Hant 初始值,可以為 Map 實例、數組或者一個初始化的函數
|
package/dist/index.d.mts
CHANGED
|
@@ -3731,7 +3731,7 @@ declare const useFetchEventSource: UseFetchEventSource;
|
|
|
3731
3731
|
* - reset: 將 map 重置為其初始狀態的函數。
|
|
3732
3732
|
* - size: map 的當前大小。
|
|
3733
3733
|
*/
|
|
3734
|
-
type UseMap<K = any, V = any>
|
|
3734
|
+
type UseMap = <K = any, V = any>(
|
|
3735
3735
|
/**
|
|
3736
3736
|
* @zh 初始值,可以为 Map 实例、数组或者一个初始化的函数
|
|
3737
3737
|
* @zh-Hant 初始值,可以為 Map 實例、數組或者一個初始化的函數
|
package/dist/index.d.ts
CHANGED
|
@@ -3731,7 +3731,7 @@ declare const useFetchEventSource: UseFetchEventSource;
|
|
|
3731
3731
|
* - reset: 將 map 重置為其初始狀態的函數。
|
|
3732
3732
|
* - size: map 的當前大小。
|
|
3733
3733
|
*/
|
|
3734
|
-
type UseMap<K = any, V = any>
|
|
3734
|
+
type UseMap = <K = any, V = any>(
|
|
3735
3735
|
/**
|
|
3736
3736
|
* @zh 初始值,可以为 Map 实例、数组或者一个初始化的函数
|
|
3737
3737
|
* @zh-Hant 初始值,可以為 Map 實例、數組或者一個初始化的函數
|