@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.
12 lines (10 loc) • 350 B
TypeScript
import type { Components, JSX } from "../types/components";
interface PidPagination extends Components.PidPagination, HTMLElement {}
export const PidPagination: {
prototype: PidPagination;
new (): PidPagination;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;