astro-ghostcms/.pnpm-store/v3/files/30/54afc668e527d89e91cda50fd22...

22 lines
372 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var ColumnHeaderRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'columnheader'
}
}, {
module: 'HTML',
concept: {
name: 'th'
}
}],
type: 'widget'
};
var _default = ColumnHeaderRole;
exports.default = _default;