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.

13 lines (12 loc) 339 B
import { default as TypeEmbed } from 'quill/blots/embed'; declare const Embed: typeof TypeEmbed; export declare class SoftBreak extends Embed { static blotName: string; static tagName: string; static className: string; remove: () => void; static create(): Node; optimize(): void; length(): number; } export {};