Variable EntityUserProfileCardConst
EntityUserProfileCard: (
props: {
hideIcons?: boolean;
maxRelations?: number;
showLinks?: boolean;
},
) => Element = ...
Type Declaration
-
- (
props: {
hideIcons?: boolean;
maxRelations?: number;
showLinks?: boolean;
},
): Element
-
Parameters
- props: { hideIcons?: boolean; maxRelations?: number; showLinks?: boolean }
Returns Element