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.

12 lines (11 loc) 563 B
import { Constructor } from '../../config/types'; import { default as FluentEditor } from '../../core/fluent-editor'; export declare function generateTableUp(QuillTableUp: Constructor): { new (quill: FluentEditor, options: Partial<any>): { [x: string]: any; quill: FluentEditor; resolveOptions(options?: Partial<any>): any; resolveTexts(options?: Record<string, string> | ((key: string) => string)): any; createTextResolver(options?: Record<string, string> | ((key: string) => string)): (key: string) => any; }; };