@mirrormedia/lilith-draft-renderer
Version:
## Introduction
16 lines (12 loc) • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.entityDecorators = void 0;
var _annotationDecorator = require("./annotation-decorator");
var _linkDecorator = require("./link-decorator");
const entityDecorators = {
annotationDecorator: _annotationDecorator.annotationDecorator,
linkDecorator: _linkDecorator.linkDecorator
};
exports.entityDecorators = entityDecorators;