fix(types/jsx): llow tabindex to be a string (#3476)
This commit is contained in:
		
							parent
							
								
									c8aed13711
								
							
						
					
					
						commit
						e4a5712a33
					
				
							
								
								
									
										2
									
								
								packages/runtime-dom/types/jsx.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								packages/runtime-dom/types/jsx.d.ts
									
									
									
									
										vendored
									
									
								
							@ -265,7 +265,7 @@ export interface HTMLAttributes extends AriaAttributes, EventHandlers<Events> {
 | 
			
		||||
  lang?: string
 | 
			
		||||
  placeholder?: string
 | 
			
		||||
  spellcheck?: Booleanish
 | 
			
		||||
  tabindex?: number
 | 
			
		||||
  tabindex?: number | string
 | 
			
		||||
  title?: string
 | 
			
		||||
  translate?: 'yes' | 'no'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user