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