UNPKG
the-platform
Version:
latest (0.10.1)
next (0.9.0-1)
0.10.1
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.9.0-alpha.1
0.9.0-1
0.9.0-0
0.8.0
0.7.0
0.5.0
0.2.0
0.1.0
React Hooks and Suspense-ready Components for Web API's and elements
palmerhq/the-platform
the-platform
/
useIntersectionObserver.d.ts
3 lines
(2 loc)
•
160 B
TypeScript
View Raw
1
2
3
import
React
from
'react'
;
export
declare
const
useIntersectionObserver
:
(
target
:
React
.
RefObject
<
HTMLElement
>,
root
:
React
.
RefObject
<
HTMLElement
>
) =>
boolean
;