astro-ghostcms/.pnpm-store/v3/files/b5/b188e04883a35ada91a00ca8cb1...

26 lines
438 B
Plaintext

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