@desci-labs/frontend-components
Version:
A library for commonly used components on the DeSci Frontend web apps
9 lines • 417 B
TypeScript
import { OrcidProfilePayload, UserProfile } from '../types';
interface OpenScienceProps {
worksData: OrcidProfilePayload | undefined | null;
isOaWorksLoading: boolean;
currentUserProfile: UserProfile;
}
export declare const OpenScience: ({ worksData, isOaWorksLoading, currentUserProfile }: OpenScienceProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=OpenScience.d.ts.map