Skip to content

Commit 1156a18

Browse files
authored
Update wait-for-dom-change.d.ts
1 parent 84cb1f1 commit 1156a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/wait-for-dom-change.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { waitForOptions } from "index";
1+
import { waitForOptions } from "./wait-for";
22

33
export function waitForDomChange(options?: waitForOptions): Promise<any>;

0 commit comments

Comments
 (0)