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) 543 B
import { default as Quill } from 'quill'; export declare function getBackgroundConfig(quill: Quill | null): false | object; export declare function getLineConfig(quill: Quill | null): false | object; export declare function getResizeConfig(quill: Quill | null): boolean; export declare function getThemeConfig(quill: Quill | null): string; export declare function getAllConfigs(quill: Quill | null): { backgroundConfig: false | object; resizeConfig: boolean; lineConfig: false | object; themeConfig: string; deps?: any; };