 5fed8ca575
			
		
	
	5fed8ca575
	
	
	
		
			
			* web: Update Sentry types. * web: Update MDX types. * web: Format. Remove unused script. * web: Clean up test types. * web: Fix label in dark mode.
		
			
				
	
	
		
			15 lines
		
	
	
		
			285 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			285 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| declare namespace WebdriverIO {
 | |
|     interface Element {
 | |
|         /**
 | |
|          * Focus on the element.
 | |
|          * @monkeypatch
 | |
|          */
 | |
|         focus(): Promise<void>;
 | |
|         /**
 | |
|          * Blur the element.
 | |
|          * @monkeypatch
 | |
|          */
 | |
|         blur(): Promise<void>;
 | |
|     }
 | |
| }
 |