Laptop-Thing/web/node_modules/axobject-query/lib/etc/objects/ParagraphRole.js

17 lines
293 B
JavaScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05: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;