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.

9 lines (8 loc) 249 B
import { default as TypeInline } from 'quill/blots/inline'; declare const Inline: typeof TypeInline; export declare class EmojiBlot extends Inline { static blotName: string; static tagName: string; static className: string; } export {};