Add supporting themes required for Lotusdocs
This commit is contained in:
5
themes/hugo-mod-jslibs-dist/popperjs/package/lib/dom-utils/getWindowScroll.d.ts
vendored
Normal file
5
themes/hugo-mod-jslibs-dist/popperjs/package/lib/dom-utils/getWindowScroll.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Window } from "../types";
|
||||
export default function getWindowScroll(node: Node | Window): {
|
||||
scrollLeft: any;
|
||||
scrollTop: any;
|
||||
};
|
||||
Reference in New Issue
Block a user