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 864c73c + 2ca8b36 commit 674eb7bCopy full SHA for 674eb7b
src/integrations/preact/index.d.ts
@@ -1,4 +1,4 @@
1
-import { h, VNode } from 'preact';
+import { h, VNode, Component } from 'preact';
2
declare function render(tree: VNode, parent: HTMLElement): void;
3
declare const html: (strings: TemplateStringsArray, ...values: any[]) => VNode;
4
-export { h, html, render };
+export { h, html, render, Component };
0 commit comments