MCPcopy Index your code
hub / github.com/bitmap/react-hook-inview / UseInView

Interface UseInView

src/useInView.ts:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31interface UseInView {
32 (
33 options?: Options,
34 externalState?: React.ComponentState[]
35 ): [
36 (node: Element | null) => void,
37 State["inView"],
38 State["entry"],
39 State["observer"],
40 ]
41}
42
43/**
44 * useInView

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected