MCPcopy
hub / github.com/thebuilder/react-intersection-observer / isPlainChildren

Function isPlainChildren

src/InView.tsx:10–14  ·  view source on GitHub ↗
(
  props: IntersectionObserverProps | PlainChildrenProps,
)

Source from the content-addressed store, hash-verified

8};
9
10function isPlainChildren(
11 props: IntersectionObserverProps | PlainChildrenProps,
12): props is PlainChildrenProps {
13 return typeof props.children !== "function";
14}
15
16/**
17 ## Render props

Callers 1

InViewClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…