@kit-data-manager/pid-component
Version:
The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.
9 lines (8 loc) • 330 B
TypeScript
import { FunctionalComponent } from '../../stencil-public-runtime';
export interface ResourceTypeInfo {
icon: FunctionalComponent;
displayName: string;
}
export declare function beautifyResourceType(resourceType: string): string;
export declare const DataCiteLogo: () => any;
export declare const CrossRefLogo: () => any;