printer-notifications/node_modules/axobject-query/lib/etc/objects/ParagraphRole.js
2023-11-13 16:10:04 -05:00

17 lines
293 B
JavaScript

"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;