import type { Window } from '../types/types'; export default function getNodeScroll(node: Node | Window): { scrollLeft: any; scrollTop: any; };