All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.dom-utils.getWindowScroll.d.ts Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
import type { Window } from "../types";
export default function getWindowScroll(node: Node | Window): {
    scrollLeft: any;
    scrollTop: any;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy