virtua 0.8.4 → 0.9.1

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.
@@ -1,7 +1,2 @@
1
1
  import { VirtualStore } from "../core/store";
2
- export declare const SELECT_RANGE: number;
3
- export declare const SELECT_SCROLL_SIZE = 2;
4
- export declare const SELECT_JUMP_COUNT = 4;
5
- export declare const SELECT_IS_SCROLLING = 8;
6
- export declare const SELECT_ITEM = 2;
7
2
  export declare const useSelector: <T>(store: VirtualStore, getSnapShot: () => T, target: number, shouldGetLatest?: boolean) => T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virtua",
3
- "version": "0.8.4",
3
+ "version": "0.9.1",
4
4
  "description": "A zero-config, fast and small (~3kB) virtual list and grid component for React.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.mjs",