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.

11 lines (10 loc) 305 B
import { default as Quill } from 'quill'; import { FlowChartOptions } from './options'; export declare class FlowChartModule { quill: Quill; toolbar: any; options: FlowChartOptions; static register(): void; constructor(quill: Quill, options: any); insertFlowChartEditor(): void; }