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 37a246d + 8fa3212 commit 81d998dCopy full SHA for 81d998d
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