UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

9 lines (8 loc) 362 B
import * as React from 'react'; export declare type AccountLevelBadgeProps = { userId: string; }; export declare const accountLevelRegisteredLabel: string; export declare const accountLevelCertifiedLabel: string; export declare const accountLevelVerifiedLabel: string; export declare const AccountLevelBadge: React.FunctionComponent<AccountLevelBadgeProps>;