UNPKG

@desci-labs/frontend-components

Version:

A library for commonly used components on the DeSci Frontend web apps

7 lines 373 B
import { OrcidProfileData, UserProfile } from '../types'; export declare const Bibliometrics: ({ profileData, currentUserProfile, isProfileDataLoading, }: { profileData: OrcidProfileData | undefined | null; currentUserProfile: UserProfile; isProfileDataLoading: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Bibliometrics.d.ts.map