UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines (7 loc) 477 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useCursorPlugin = exports.CursorPlugin = void 0; var CursorPlugin_1 = require("./CursorPlugin"); Object.defineProperty(exports, "CursorPlugin", { enumerable: true, get: function () { return CursorPlugin_1.CursorPlugin; } }); var context_1 = require("./context"); Object.defineProperty(exports, "useCursorPlugin", { enumerable: true, get: function () { return context_1.useCursorPlugin; } });