blob: 005bdd91254354a741bf4a8eda9e5b05d10a529f [file] [log] [blame]
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var CellRole = {
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'cell'
}
}, {
module: 'ARIA',
concept: {
name: 'gridcell'
}
}, {
module: 'HTML',
concept: {
name: 'td'
}
}],
type: 'widget'
};
exports.default = CellRole;