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) 187 B
export declare function getScrollBarWidth({ target }?: { target?: HTMLElement; }): number; export declare function lockScroll({ target }?: { target?: HTMLElement; }): () => void;