indicator-ui 1.0.12 → 1.0.13

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.
@@ -56,5 +56,5 @@ type FunReturnType<T extends FunctionGeneric> = [
56
56
  * // С начальным состоянием загрузки
57
57
  * const [loadUser, isLoading] = useLoading(fetchUser, true);
58
58
  */
59
- export declare function useLoading<T extends FunBaseType>(...args: PropsType<T>): FunReturnType<T>;
59
+ export declare function useLoading<T extends FunctionGeneric>(...args: PropsType<T>): FunReturnType<T>;
60
60
  export {};
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "react-components",
12
12
  "ui-kit"
13
13
  ],
14
- "version": "1.0.12",
14
+ "version": "1.0.13",
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/types/index.d.ts",