@tinymce/tinymce-react
Version:
Official TinyMCE React Component
13 lines (12 loc) • 447 B
JavaScript
;
/**
* Copyright (c) 2017-present, Ephox, Inc.
*
* This source code is licensed under the Apache 2 license found in the
* LICENSE file in the root directory of this source tree.
*
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Editor = void 0;
var Editor_1 = require("./components/Editor");
Object.defineProperty(exports, "Editor", { enumerable: true, get: function () { return Editor_1.Editor; } });