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.

7 lines (6 loc) 283 B
import { default as Toolbar } from 'quill/modules/toolbar'; import { default as FluentEditor } from '../core/fluent-editor'; export interface FluentEditorToolbar extends Toolbar { quill: FluentEditor; } export declare function fullscreenHandler(this: FluentEditorToolbar): void;