ICT30016-Assignment-3/node_modules/@testing-library/user-event/dist/dom-helpers.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

3 lines
111 B
TypeScript

declare module '@testing-library/dom/dist/helpers' {
export function getWindowFromNode(node: Node): Window
}