( props: IntersectionObserverProps | PlainChildrenProps, )
| 8 | }; |
| 9 | |
| 10 | function isPlainChildren( |
| 11 | props: IntersectionObserverProps | PlainChildrenProps, |
| 12 | ): props is PlainChildrenProps { |
| 13 | return typeof props.children !== "function"; |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | ## Render props |
no outgoing calls
no test coverage detected
searching dependent graphs…