Kind: Function
Source: src/jsx/hooks/index.ts
Part of: Jsx
Signature
tsfunction useRef(initialValue: T | null): RefObject<T | null | undefined>
Parameters
| Name | Type |
|---|---|
initialValue | `T |
Returns: RefObject<T | null | undefined>
Kind: Function
Source: src/jsx/hooks/index.ts
Part of: Jsx
tsfunction useRef(initialValue: T | null): RefObject<T | null | undefined>
| Name | Type |
|---|---|
initialValue | `T |
Returns: RefObject<T | null | undefined>
Was this page helpful?