astro-ghostcms/.pnpm-store/v3/files/ae/11411f02ca31aa38e8a1231f36d...

25 lines
399 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 LinkRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'link'
}
}, {
module: 'HTML',
concept: {
name: 'a',
attributes: [{
name: 'href'
}]
}
}],
type: 'widget'
};
var _default = LinkRole;
exports.default = _default;