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 (10 loc) 314 B
import { default as FileBar } from './modules/file-bar'; declare const Module: unknown; declare class FileModule extends Module { quill: any; fileBar: FileBar; static register(): void; constructor(quill: any, options: any); clickEvent(event: any): void; } export default FileModule;