@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.
8 lines (7 loc) • 432 B
TypeScript
export * from './components';
export { PID } from './rendererModules/Handle/PID';
export { PIDDataType } from './rendererModules/Handle/PIDDataType';
export { PIDRecord } from './rendererModules/Handle/PIDRecord';
export { ISBNType } from './rendererModules/ISBNType/ISBNType';
export { initPidDetection } from './auto-detect/initPidDetection';
export type { PidDetectionConfig, PidDetectionController } from './auto-detect/types';