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