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: 21.2.4
* Build date: Mon Dec 06 2021
*
* Copyright (c) 2012 - 2021 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
}