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.

17 lines (16 loc) 310 B
export interface OperationMenuItem { id: string; text: string; icon?: string; } export interface ResultMenuItem { text: string; icon: string; selectText?: string; } export interface AIOptions { host?: string; apiKey: string; model?: string; contentMaxLength?: number; }