 c177363a19
			
		
	
	c177363a19
	
	
	
		
			
			🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			26 lines
		
	
	
		
			450 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			450 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| "use strict";
 | |
| 
 | |
| Object.defineProperty(exports, "__esModule", {
 | |
|   value: true
 | |
| });
 | |
| exports.default = void 0;
 | |
| var TextAreaRole = {
 | |
|   relatedConcepts: [{
 | |
|     module: 'ARIA',
 | |
|     concept: {
 | |
|       attributes: [{
 | |
|         name: 'aria-multiline',
 | |
|         value: 'true'
 | |
|       }],
 | |
|       name: 'textbox'
 | |
|     }
 | |
|   }, {
 | |
|     module: 'HTML',
 | |
|     concept: {
 | |
|       name: 'textarea'
 | |
|     }
 | |
|   }],
 | |
|   type: 'widget'
 | |
| };
 | |
| var _default = TextAreaRole;
 | |
| exports.default = _default; |