UNPKG

ngx-tiptap-editor

Version:

[![Build and Publish](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml/badge.svg)](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [![Deploy to Github Pages](https://github.com/HuiiBuh/ngx-tiptap-edito

15 lines (14 loc) 668 B
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>; }