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.

12 lines (11 loc) 395 B
export declare class FoldableAction { private readonly _priority; private readonly _title; private readonly _link; private readonly _style; constructor(priority: number, title: string, link: string, style: 'primary' | 'secondary' | 'danger'); get priority(): number; get title(): string; get link(): string; get style(): 'primary' | 'secondary' | 'danger'; }