synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
9 lines (8 loc) • 362 B
TypeScript
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>;