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