UNPKG

acr-assist-simulator-module

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

13 lines (12 loc) 471 B
import { BaseDataElement } from '../../../core/elements/models/base-data-element.model'; import { DomSanitizer } from '@angular/platform-browser'; export declare class HintDiagramComponent { dataElement: BaseDataElement; imagePath: string; isDataURL: RegExp; activeSlideIndex: number; domSanitizer: DomSanitizer; constructor(domSanitizer: DomSanitizer); resetCarouselIndex(): void; getImageDataUrl(location: string): string; }