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.
2 parents 1834fd8 + 77631aa commit 57ce361Copy full SHA for 57ce361
src/hydrate.d.ts
@@ -1,3 +1,3 @@
1
-import { hydrate } from 'preact';
+import { ComponentChild, ContainerNode } from 'preact';
2
3
-export default hydrate;
+export default function hydrate(jsx: ComponentChild, parent?: ContainerNode): void;
0 commit comments