@desci-labs/frontend-components
Version:
A library for commonly used components on the DeSci Frontend web apps
13 lines • 548 B
TypeScript
import { NodesUserProfile, OrcidProfileData } from '../types';
interface BioProps {
profileData: OrcidProfileData | undefined;
currentUserProfile: NodesUserProfile;
profileSource: string;
isKeywordsLoading: boolean;
isProfileDataLoading: boolean;
keywordsData: string;
id: string;
}
export declare const Bio: ({ profileData, currentUserProfile, profileSource, isKeywordsLoading, isProfileDataLoading, keywordsData, id, }: BioProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Bio.d.ts.map