Formatting changes for api docs
This commit is contained in:
parent
69c6aa9af2
commit
14173fde0a
14 changed files with 111 additions and 41 deletions
|
@ -4,6 +4,7 @@ import {useMemo, useState} from 'react'
|
|||
/**
|
||||
* Combines useRef() and useState().
|
||||
*
|
||||
* @example
|
||||
* Usage:
|
||||
* ```ts
|
||||
* const [ref, val] = useRefAndState<HTMLDivElement | null>(null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue