• Overview
@angular/core

ForwardRefFn

interface

An interface that a function passed into forwardRef has to implement.

  
    interface ForwardRefFn {  (): any;}
  
  

any
@returnsany
Jump to details