UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

16 lines 518 B
import { AvatarSize } from './Avatar'; export type UserBadgeProps = { userId?: string; withAvatar?: boolean; showCardOnHover?: boolean; disableLink?: boolean; link?: string; showAccountLevelIcon?: boolean; openLinkInNewTab?: boolean; avatarSize?: AvatarSize; showFullName?: boolean; className?: string; showModeratorBadge?: boolean; }; export declare function UserBadge(props: UserBadgeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UserBadge.d.ts.map