mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at samuel/exp-cli 9 lines 192 B view raw
1import type React from 'react' 2 3import {type ViewStyleProp} from '#/alf' 4 5export type ProfileHoverCardProps = ViewStyleProp & { 6 children: React.ReactNode 7 did: string 8 disable?: boolean 9}