@mirrormedia/lilith-draft-renderer
Version:
## Introduction
18 lines (14 loc) • 432 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _draftJs = require("draft-js");
var _entityDecorators = require("./entity-decorators");
const {
annotationDecorator,
linkDecorator
} = _entityDecorators.entityDecorators;
const decorators = new _draftJs.CompositeDecorator([annotationDecorator, linkDecorator]);
var _default = decorators;
exports.default = _default;