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

26 lines (25 loc) 885 B
import { DialogRef } from '../dialog/dialog.helpers'; import { ControlLinkComponent } from '../controls/control-link.component'; import * as i0 from "@angular/core"; export interface LinkSelectionProps { link?: string; inputPlaceholder: string; } export declare class LinkSelectComponent { private dialogRef; data: { link: string; popupText: string; inputPlaceholder: string; }; error: string | null; private urlRegex; constructor(dialogRef: DialogRef<string, string, ControlLinkComponent>, data: { link: string; popupText: string; inputPlaceholder: string; }); submit(value: string, event?: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration<LinkSelectComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LinkSelectComponent, "tip-link-select", never, {}, {}, never, never>; }