bidasoa-components
Version:
Colección de componentes comunes empleados en proyectos Bidasoa.
6 lines (5 loc) • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ParagraphHtmlEmbed = void 0;
var ParagraphHtmlEmbed_1 = require("./ParagraphHtmlEmbed");
Object.defineProperty(exports, "ParagraphHtmlEmbed", { enumerable: true, get: function () { return ParagraphHtmlEmbed_1.ParagraphHtmlEmbed; } });