UNPKG

447 BJavaScriptView Raw
1"use strict";
2/**
3 * Copyright (c) 2017-present, Ephox, Inc.
4 *
5 * This source code is licensed under the Apache 2 license found in the
6 * LICENSE file in the root directory of this source tree.
7 *
8 */
9Object.defineProperty(exports, "__esModule", { value: true });
10exports.Editor = void 0;
11var Editor_1 = require("./components/Editor");
12Object.defineProperty(exports, "Editor", { enumerable: true, get: function () { return Editor_1.Editor; } });