7 lines
		
	
	
		
			165 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { CommonWrapper } from 'enzyme';
 | 
						|
 | 
						|
export default function until<P = any, S = any>(
 | 
						|
  selector: string,
 | 
						|
  options: { context: Object }
 | 
						|
): CommonWrapper<P, S>;
 |