Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

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

1import {type ViewStyleProp} from '#/alf' 2 3export type ProfileHoverCardProps = ViewStyleProp & { 4 children: React.ReactNode 5 did: string 6 disable?: boolean 7 inline?: boolean 8}