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) 273 B
import { BlockEmbed as TypeBlockEmbed } from 'quill/blots/block'; declare const BlockEmbed: typeof TypeBlockEmbed; export declare class DividerBlot extends BlockEmbed { static blotName: string; static tagName: string; static create(): HTMLElement; } export {};