summaryrefslogtreecommitdiff
path: root/src/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.d.ts')
-rw-r--r--src/global.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/global.d.ts b/src/global.d.ts
new file mode 100644
index 0000000..71f018f
--- /dev/null
+++ b/src/global.d.ts
@@ -0,0 +1,7 @@
+import "typed-htmx";
+
+declare module 'hono/jsx' {
+ namespace JSX {
+ interface HTMLAttributes extends HtmxAttributes { }
+ }
+}