Files
Housekeeping-web-admin/node_modules/quilljs/lib/themes/default.js
T
2026-06-24 09:48:54 +02:00

17 lines
284 B
JavaScript

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;