We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6220d5 commit 7fe2ce9Copy full SHA for 7fe2ce9
src/index.ts
@@ -41,7 +41,7 @@ interface Options {
41
42
// Custom behavior, not in any spec
43
type CustomScrollBoundaryCallback = (parent: Element) => boolean
44
-type CustomScrollBoundary = Element | CustomScrollBoundaryCallback
+type CustomScrollBoundary = Element | CustomScrollBoundaryCallback | null
45
interface CustomScrollAction {
46
el: Element
47
top: number
0 commit comments