its for when you want to get like notifications for your reposts
at main 191 B view raw
1import type { AttributifyAttributes } from "@unocss/preset-attributify"; 2 3declare module "solid-js" { 4 namespace JSX { 5 interface HTMLAttributes<T> extends AttributifyAttributes {} 6 } 7}