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