Completely updated React, fixed #11, (hopefully)
This commit is contained in:
2
goTorrentWebUI/node_modules/material-ui/test-utils/until.d.ts
generated
vendored
2
goTorrentWebUI/node_modules/material-ui/test-utils/until.d.ts
generated
vendored
@@ -2,5 +2,5 @@ import { CommonWrapper } from 'enzyme';
|
||||
|
||||
export default function until<P = any, S = any>(
|
||||
selector: string,
|
||||
options: { context: Object }
|
||||
options: { context: any },
|
||||
): CommonWrapper<P, S>;
|
||||
|
Reference in New Issue
Block a user