Browse Source

[Beta] Unified api format (#5090)

main
zqran 2 years ago
committed by GitHub
parent
commit
97cfcc019f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/apis/react/forwardRef.md

2
beta/src/content/apis/react/forwardRef.md

@ -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)

Loading…
Cancel
Save