import type { ComponentPropsWithRef, ElementType } from 'react'; export type ElementRef = ComponentPropsWithRef['ref']; export type ElementRefProps = { ref?: ElementRef; };