Bluesky app fork with some witchin' additions 馃挮
at feat/tealfm 8 lines 179 B view raw
1import {type ViewStyleProp} from '#/alf' 2 3export type ProfileHoverCardProps = ViewStyleProp & { 4 children: React.ReactNode 5 did: string 6 disable?: boolean 7 inline?: boolean 8}