grain.social is a photo sharing platform built on atproto.
1import "typed-htmx"; 2 3declare module "preact" { 4 namespace JSX { 5 interface HTMLAttributes extends HtmxAttributes {} 6 } 7}