UNPKG

347 BJavaScriptView Raw
1"use strict";
2/**
3 * Copyright (c) 2018-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 });
10var Editor_1 = require("./components/Editor");
11exports.default = Editor_1.Editor;