1import "typed-htmx"; 2 3declare module "preact" { 4 namespace JSX { 5 interface HTMLAttributes extends HtmxAttributes {} 6 } 7}