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

10 lines 440 B
export declare const AUTHENTICATED_GROUP_DISPLAY_TEXT = "All registered Synapse users"; export declare const PUBLIC_GROUP_DISPLAY_TEXT = "Anyone on the web"; export type TeamBadgeProps = { teamId: string | number; teamName: string; disableHref?: boolean; openLinkInNewTab?: boolean; }; export default function TeamBadge(props: TeamBadgeProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TeamBadge.d.ts.map