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