A component render function that receives a forwarded ref.
typedef ForwardRefRender<P, T> = ReactNode Function(P props, ReactRef<T> ref);