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