mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at session/base 7 lines 131 B view raw
1import React from 'react' 2 3export type ProfileHoverCardProps = { 4 children: React.ReactElement 5 did: string 6 inline?: boolean 7}