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

package.lib.themes.default.js Maven / Gradle / Ivy

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy