UNPKG

@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.

13 lines (12 loc) 280 B
export declare class CopyButton { el: HTMLElement; copied: boolean; value: string; label?: string; darkMode: 'light' | 'dark' | 'system'; private getIsDarkMode; render(): any; private copyValue; private showSuccess; private getAriaLabel; }