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