Add supporting themes required for Lotusdocs
This commit is contained in:
2
themes/hugo-mod-jslibs-dist/popperjs/package/lib/dom-utils/getCompositeRect.d.ts
vendored
Normal file
2
themes/hugo-mod-jslibs-dist/popperjs/package/lib/dom-utils/getCompositeRect.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { Rect, VirtualElement, Window } from "../types";
|
||||
export default function getCompositeRect(elementOrVirtualElement: Element | VirtualElement, offsetParent: Element | Window, isFixed?: boolean): Rect;
|
||||
Reference in New Issue
Block a user