You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(TS): fix link to TS types for waitForDomChange (#178)
**What**:
TypeScript typings were added for `waitForDomChange` in #117 but were never linked to from index.d.ts.
**Why**:
Without this change, `waitForDomChange` isn't accessible from TypeScript code, and the TS typings for the function are wasted.
**Checklist**:
- [x] Documentation (N/A)
- [x] Tests (N/A)
- [x] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
- [x] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions -->
<!-- feel free to add additional comments -->
0 commit comments