On this page
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–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v7.angular.io/api/core/ForwardRefFn