astro-ghostcms/.pnpm-store/v3/files/05/1d2b549fdc253e752a8443b4144...

17 lines
293 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var ParagraphRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'p'
}
}],
type: 'structure'
};
var _default = ParagraphRole;
exports.default = _default;