Files
goTorrent/goTorrentWebUI/node_modules/material-ui/test-utils/until.d.ts

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>;