@uxf/wysiwyg 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/index.d.ts +1 -0
- package/Editor/index.js +4 -2
- package/package.json +1 -1
package/Editor/index.d.ts
CHANGED
package/Editor/index.js
CHANGED
|
@@ -14,8 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.WysiwygEditor = void 0;
|
|
17
|
+
exports.useSlate = exports.WysiwygEditor = void 0;
|
|
18
18
|
var WysiwygEditor_1 = require("./WysiwygEditor");
|
|
19
19
|
Object.defineProperty(exports, "WysiwygEditor", { enumerable: true, get: function () { return WysiwygEditor_1.WysiwygEditor; } });
|
|
20
20
|
__exportStar(require("../types"), exports);
|
|
21
|
-
|
|
21
|
+
var slate_react_1 = require("slate-react");
|
|
22
|
+
Object.defineProperty(exports, "useSlate", { enumerable: true, get: function () { return slate_react_1.useSlate; } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvRWRpdG9yL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUEsaURBQWdEO0FBQXZDLDhHQUFBLGFBQWEsT0FBQTtBQUN0QiwyQ0FBeUI7QUFDekIsMkNBQXVDO0FBQTlCLHVHQUFBLFFBQVEsT0FBQSJ9
|