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.

7 lines (6 loc) 177 B
export declare function debounce(func: any, wait: any, options?: any): { (...args: any[]): any; cancel: () => void; flush: () => any; pending: () => boolean; };