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