astro-ghostcms/.pnpm-store/v3/files/64/1b87db2e1f548caaf8382095116...

17 lines
304 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 BlockquoteRole = {
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'blockquote'
}
}],
type: 'structure'
};
var _default = BlockquoteRole;
exports.default = _default;