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 46007ce commit 84cb1f1Copy full SHA for 84cb1f1
types/wait-for-element-to-be-removed.d.ts
@@ -1,4 +1,4 @@
1
-import { waitForOptions } from "wait-for";
+import { waitForOptions } from "./wait-for";
2
3
export function waitForElementToBeRemoved<T>(
4
callback: (() => T) | T,
0 commit comments