UNPKG

@textbus/editor

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

11 lines (10 loc) 296 B
import { Plugin } from '@textbus/core'; import { Injector } from '@tanbo/di'; export declare class LinkJumpTipPlugin implements Plugin { private link; private subs; setup(injector: Injector): void; onDestroy(): void; private onSelectionChange; private getLinkByDOMTree; }