UNPKG

233 BTypeScriptView Raw
1import { CommonWrapper } from 'enzyme';
2
3/**
4 * @deprecated
5 * @param selector
6 * @param options
7 */
8export default function until<P = any, S = any>(
9 selector: string,
10 options: { context: any }
11): CommonWrapper<P, S>;