UNPKG

@knora/viewer

Version:
11 lines (10 loc) 299 B
import { OnChanges } from '@angular/core'; import { ReadUriValue } from '@knora/api'; export declare class UriValueComponent implements OnChanges { valueObject: ReadUriValue; label?: string; private __uriValueObj; displayString: string; constructor(); ngOnChanges(): void; }