dom-helpers.d.ts 111 Bytes Raw Blame History Permalink 1 2 3 declare module '@testing-library/dom/dist/helpers' { export function getWindowFromNode(node: Node): Window }