ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
11 lines (10 loc) • 539 B
TypeScript
import { MatDialogRef } from '@angular/material/dialog';
import * as i0 from "@angular/core";
export declare class OFullScreenDialogComponent {
dialogRef: MatDialogRef<OFullScreenDialogComponent>;
data: any;
imageSrc: any;
constructor(dialogRef: MatDialogRef<OFullScreenDialogComponent>, data: any);
static ɵfac: i0.ɵɵFactoryDeclaration<OFullScreenDialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OFullScreenDialogComponent, "o-fullscreen-dialog", never, {}, {}, never, never, false, never>;
}