1 2 3 4 5 6 7
import type React from 'react' export type ProfileHoverCardProps = { children: React.ReactElement did: string disable?: boolean }