astro-ghostcms/.pnpm-store/v3/files/76/211c824dd1dfce4f827c44792ef...

22 lines
365 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 ArticleRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'article'
}
}, {
module: 'HTML',
concept: {
name: 'article'
}
}],
type: 'structure'
};
var _default = ArticleRole;
exports.default = _default;