@desci-labs/frontend-components
Version:
A library for commonly used components on the DeSci Frontend web apps
11 lines • 552 B
TypeScript
import { OrcidProfileData, UserProfile } from '../types';
interface EducationProps {
profileData: OrcidProfileData | undefined | null;
currentUserProfile: UserProfile;
maxEducationToShow: number;
setShowMoreDetails: (showMoreDetails: "education") => void;
isProfileDataLoading: boolean;
}
export declare const Education: ({ profileData, currentUserProfile, maxEducationToShow, setShowMoreDetails, isProfileDataLoading, }: EducationProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Education.d.ts.map