dom-helpers.d.ts 111 B

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