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.

15 lines (13 loc) 353 B
import { default as TypeSyntax } from 'quill/modules/syntax'; declare const Syntax: typeof TypeSyntax; declare class CustomSyntax extends Syntax { static DEFAULTS: { hljs: any; interval: number; languages: { key: string; label: string; }[]; }; } export default CustomSyntax;