搜索文档
Home > @lynx-js/react/testing-library > RenderHookOptions > initialProps
The argument passed to the renderHook callback. Can be useful if you plan to use the rerender utility to change the values passed to your hook.
Signature:
initialProps?: Props;