1 parent b98e8bf commit 19dc5acCopy full SHA for 19dc5ac
1 file changed
src/integrations/preact/index.d.ts
@@ -1,4 +1,4 @@
1
-import { h, Component, VNode } from 'preact';
2
-declare function render(tree: Component, parent: HTMLElement): void;
+import { h, VNode } from 'preact';
+declare function render(tree: VNode, parent: HTMLElement): void;
3
declare const html: (strings: TemplateStringsArray, ...values: any[]) => VNode;
4
-export { h, html, render, Component };
+export { h, html, render };
0 commit comments