its for when you want to get like notifications for your reposts
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 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}