[Beta] Unified api format (#5090)

This commit is contained in:
zqran
2022-09-22 22:14:09 +08:00
committed by GitHub
parent 8a9efff83d
commit 97cfcc019f

View File

@@ -4,7 +4,7 @@ title: forwardRef
<Intro>
`forwardRef()` lets your component expose a DOM node to parent component with a [ref.](/learn/manipulating-the-dom-with-refs)
`forwardRef` lets your component expose a DOM node to parent component with a [ref.](/learn/manipulating-the-dom-with-refs)
```js
const SomeComponent = forwardRef(render)