mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at react-sdui 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}