ForwardRefFn
interface
stable
An interface that a function passed into forwardRef has to implement.
Usage Notes
Example
const ref = forwardRef(() => Lock);
Jump to details
URL: http://angular.dev/api/core/ForwardRefFn
heme === 'auto' && prefersDark)) { documentClassList.add(DARK_MODE_CLASS_NAME); } else { documentClassList.add(LIGHT_MODE_CLASS_NAME); } if (location.search.includes('uwu')) { documentClassList.add('uwu'); }An interface that a function passed into forwardRef has to implement.
const ref = forwardRef(() => Lock);