ForwardRefRenderFunction
Typedef for a function component that receives props and a forwarded ref.
Implementation
typedef ForwardRefRenderFunction =
ReactElement Function(Map<String, Object?> props, JsRef? ref);
Typedef for a function component that receives props and a forwarded ref.
typedef ForwardRefRenderFunction =
ReactElement Function(Map<String, Object?> props, JsRef? ref);