 c177363a19
			
		
	
	c177363a19
	
	
	
		
			
			🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			26 lines
		
	
	
		
			438 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			438 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "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; |