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