ForwardRefNode<P, T> constructor
const
ForwardRefNode<P, T> (
- ForwardRefRender<
P, T> render, - P props, {
- ReactRef<
T> ? ref,
Creates a forwarded-ref node.
Implementation
const ForwardRefNode(this.render, this.props, {this.ref});