Buckets:
| import * as React from 'react'; | |
| /** | |
| * A React.useRef() that is initialized lazily with a function. Note that it accepts an optional | |
| * initialization argument, so the initialization function doesn't need to be an inline closure. | |
| * | |
| * @usage | |
| * const ref = useLazyRef(sortColumns, columns) | |
| */ | |
| export default function useLazyRef<T, U>(init: (arg?: U) => T, initArg?: U): React.RefObject<T>; |
Xet Storage Details
- Size:
- 393 Bytes
- Xet hash:
- 7de2f9bb0daaad014ed330a0b8bbb96cbd21d0ca6a5f0bf642e735a4bb288805
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.