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.

10 lines (8 loc) 265 B
import { default as Quill } from 'quill'; import { default as MathliveTooltip } from './tooltip'; export default class MathliveModule { quill: Quill; tooltip: MathliveTooltip; constructor(quill: Quill); createDialog(value?: string): void; }