| 1 | /* eslint-disable valid-jsdoc, @typescript-eslint/no-unused-vars */ |
| 2 | import type { ComponentType } from 'react' |
| 3 | import { React } from '../utils/react' |
| 4 | import { isValidElementType, isContextConsumer } from '../utils/react-is' |
nothing calls this directly
no test coverage detected