ngx-tiptap-editor
Version:
[](https://github.com/HuiiBuh/ngx-tiptap-editor/actions/workflows/publish.yml) [ • 538 B
TypeScript
import { DialogRef } from '../dialog/dialog.helpers';
import * as i0 from "@angular/core";
export declare class LinkPreviewComponent {
private dialogRef;
link: string;
constructor(dialogRef: DialogRef<string, string, LinkPreviewComponent>, link: string);
deleteLink(): void;
editLink(): void;
copyLink(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<LinkPreviewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LinkPreviewComponent, "tip-link-preview", never, {}, {}, never, never>;
}