UNPKG

@cairn214/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.

15 lines (14 loc) 327 B
declare const Embed: unknown; declare class SoftBreak extends Embed { static blotName: string; static tagName: string; static className: string; domNode: any; prev: any; next: any; remove: () => void; static create(): any; optimize(): void; length(): number; } export default SoftBreak;