summaryrefslogtreecommitdiff
path: root/src/global.d.ts
diff options
context:
space:
mode:
authorMathias Magnusson <mathias@magnusson.space>2025-08-14 15:11:23 +0200
committerMathias Magnusson <mathias@magnusson.space>2025-08-14 18:44:19 +0200
commit923c7c6b1a6549a6c5012713a22d5cf6e478f994 (patch)
tree1f50b20f53745f348ea7215a0ab0dd90a45a8863 /src/global.d.ts
parent59f99c59d577ac4c640bee676856969ec035bcb6 (diff)
downloaduneven-923c7c6b1a6549a6c5012713a22d5cf6e478f994.tar.gz
Set up htmx & drizzle+libsql
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 { }
+ }
+}