package.lib.themes.default.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quilljs Show documentation
Show all versions of quilljs Show documentation
Cross browser rich text editor
The newest version!
var DefaultTheme;
DefaultTheme = (function() {
DefaultTheme.OPTIONS = {};
function DefaultTheme(quill) {
this.quill = quill;
this.editor = this.quill.editor;
this.editorContainer = this.editor.root;
}
return DefaultTheme;
})();
module.exports = DefaultTheme;