We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cb1f1 commit 1156a18Copy full SHA for 1156a18
types/wait-for-dom-change.d.ts
@@ -1,3 +1,3 @@
1
-import { waitForOptions } from "index";
+import { waitForOptions } from "./wait-for";
2
3
export function waitForDomChange(options?: waitForOptions): Promise<any>;
0 commit comments