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