ForwardRefFn
interface
An interface that a function passed into forwardRef has to implement.
interface ForwardRefFn {
  (): any
}   Methods
|   call signature    | 
|---|
| 
 | 
Usage notes
Example
const ref = forwardRef(() => Lock);
    © 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://v8.angular.io/api/core/ForwardRefFn