Files
conference-room-booking-system/frontend/node_modules/@testing-library/user-event/dist/dom-helpers.d.ts
2025-08-20 21:01:11 -04:00

4 lines
111 B
TypeScript

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