All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules.input.d.ts Maven / Gradle / Ivy

import Module from '../core/module.js';
import Quill from '../core/quill.js';
declare class Input extends Module {
    constructor(quill: Quill, options: Record);
    private deleteRange;
    private replaceText;
    private handleBeforeInput;
    private handleCompositionStart;
}
export default Input;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy