devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
17 lines (16 loc) • 477 B
JavaScript
/**
* DevExtreme (esm/ui/html_editor/quill_importer.js)
* Version: 22.1.9
* Build date: Tue Apr 18 2023
*
* Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
import Errors from "../widget/ui.errors";
import Quill from "devextreme-quill";
export function getQuill() {
if (!Quill) {
throw Errors.Error("E1041", "Quill")
}
return Quill
}