| 1 | import type {MouseEventHandler} from 'react' |
| 2 | import React, {useCallback, useState} from 'react' |
| 3 | import {isValidElementType} from 'react-is' |
| 4 | import type {ForwardRefComponent as PolymorphicForwardRefComponent} from '../utils/polymorphic' |
nothing calls this directly
no test coverage detected