@react-types/shared
Advanced tools
Comparing version 3.0.0-nightly-086ad3115-240912 to 3.0.0-nightly-44fa2a512-241001
{ | ||
"name": "@react-types/shared", | ||
"version": "3.0.0-nightly-086ad3115-240912", | ||
"version": "3.0.0-nightly-44fa2a512-241001", | ||
"description": "Spectrum UI components in React", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
}, | ||
"stableVersion": "3.24.1" | ||
"stableVersion": "3.25.0" | ||
} |
@@ -145,3 +145,5 @@ /* | ||
/** Returns the size of the scrollable content in the collection. */ | ||
getContentSize(): Size | ||
getContentSize(): Size, | ||
/** Returns a list of keys between `from` and `to`. */ | ||
getKeyRange?(from: Key, to: Key): Key[] | ||
} | ||
@@ -148,0 +150,0 @@ |
74973
1805
262