Add supporting themes required for Lotusdocs
This commit is contained in:
11
themes/hugo-mod-jslibs-dist/popperjs/package/lib/utils/detectOverflow.d.ts
vendored
Normal file
11
themes/hugo-mod-jslibs-dist/popperjs/package/lib/utils/detectOverflow.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { State, SideObject, Padding } from "../types";
|
||||
import type { Placement, Boundary, RootBoundary, Context } from "../enums";
|
||||
export declare type Options = {
|
||||
placement: Placement;
|
||||
boundary: Boundary;
|
||||
rootBoundary: RootBoundary;
|
||||
elementContext: Context;
|
||||
altBoundary: boolean;
|
||||
padding: Padding;
|
||||
};
|
||||
export default function detectOverflow(state: State, options?: Partial<Options>): SideObject;
|
||||
Reference in New Issue
Block a user