ngx-tiptap-editor
Version:
[](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [ • 668 B
TypeScript
import { NgZone } from '@angular/core';
import { DialogBaseClass, DialogRef } from './dialog.helpers';
import * as i0 from "@angular/core";
export declare class DialogComponent extends DialogBaseClass {
private data;
protected document: Document;
dialogRef: DialogRef<any, any, any>;
protected ngZone: NgZone;
position: Record<string, any>;
constructor(data: any, document: Document, dialogRef: DialogRef<any, any, any>, ngZone: NgZone);
private calculateStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "tip-dialog", never, {}, {}, never, never>;
}