UNPKG

@opentiny/fluent-editor

Version:

A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.

7 lines (6 loc) 203 B
declare const Module: typeof import('quill/core/module').default; declare class Link extends Module { static register(): void; constructor(quill: any, options: any); } export default Link;