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

13 lines (12 loc) 538 B
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>; }