@lazycatcloud/lzc-toolkit 0.0.32 → 0.0.33

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.
@@ -46,4 +46,4 @@ export declare function useVirtualList<T = any>(list: Ref<T[]>, options: UseVirt
46
46
  };
47
47
  }>;
48
48
  };
49
- export declare type UseVirtualListReturn<T> = ReturnType<typeof useVirtualList<T>>;
49
+ export declare type UseVirtualListReturn = ReturnType<typeof useVirtualList>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lazycatcloud/lzc-toolkit",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "lazycat ui toolkits",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",