UNPKG

@cairn214/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.

15 lines (14 loc) 377 B
export default class FileBar { quill: any; file: any; domNode: HTMLElement; fileRange: any; template: string; constructor(quill: any, target: any); createFileBar(): void; destroy(): void; operateFile(event: any, operate: any): void; setPosition(): void; css(domNode: any, rules: any): void; formatDate(timestamp: any): string; }