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