We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4744fa commit 4702151Copy full SHA for 4702151
types/index.d.ts
@@ -1,5 +1,6 @@
1
// TypeScript Version: 3.8
2
import * as ReactDOMClient from 'react-dom/client'
3
+import { Container as RendererableContainer } from 'react-dom'
4
import {
5
queries,
6
Queries,
@@ -52,7 +53,6 @@ export type BaseRenderOptions<
52
53
BaseElement extends RendererableContainer | HydrateableContainer,
54
> = RenderOptions<Q, Container, BaseElement>
55
-type RendererableContainer = ReactDOMClient.Container
56
type HydrateableContainer = Parameters<typeof ReactDOMClient['hydrateRoot']>[0]
57
/** @deprecated */
58
export interface ClientRenderOptions<
0 commit comments