UNPKG

@mirrormedia/lilith-draft-renderer

Version:
16 lines (12 loc) 415 B
"use strict"; 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;