summaryrefslogtreecommitdiff
path: root/src/global.d.ts
blob: 71f018f68e5838188823335239cb9ba37488a528 (plain) (blame)
1
2
3
4
5
6
7
import "typed-htmx";

declare module 'hono/jsx' {
    namespace JSX {
        interface HTMLAttributes extends HtmxAttributes { }
    }
}