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