UNPKG

@zodiac-ui/editor

Version:

A rich text editor for Angular based on `@atlaskit/editor-core`.

4 lines (3 loc) 235 B
import { EditorPlugin } from "../../lib/interfaces/editor-plugin"; import { ComponentFactoryResolver } from "@angular/core"; export declare function hyperlinkPlugin(componentFactoryResolver: ComponentFactoryResolver): EditorPlugin;