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