json-joy
Version:
Collection of libraries for building collaborative editing apps.
6 lines • 323 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ToolbarPlugin = void 0;
var ToolbarPlugin_1 = require("./ToolbarPlugin");
Object.defineProperty(exports, "ToolbarPlugin", { enumerable: true, get: function () { return ToolbarPlugin_1.ToolbarPlugin; } });
//# sourceMappingURL=index.js.map