Files
feedstr.live/node_modules/@testing-library/user-event/dist/dom-helpers.d.ts
T
2023-11-25 18:12:47 -05:00

4 lines
111 B
TypeScript

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