We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7810bd4 + 5e00c20 commit 46852ceCopy full SHA for 46852ce
src/index.d.ts
@@ -1,5 +1,6 @@
1
-export default {
+declare const htm: {
2
bind<HResult>(
3
h: (type: any, props: Record<string, any>, ...children: any[]) => HResult
4
): (strings: TemplateStringsArray, ...values: any[]) => HResult | HResult[];
5
};
6
+export default htm;
0 commit comments