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

package.lib.createPopper.d.ts Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
import type { OptionsGeneric, Modifier, Instance, VirtualElement } from "./types";
import detectOverflow from "./utils/detectOverflow";
declare type PopperGeneratorArgs = {
    defaultModifiers?: Array>;
    defaultOptions?: Partial>;
};
export declare function popperGenerator(generatorOptions?: PopperGeneratorArgs): >>(reference: Element | VirtualElement, popper: HTMLElement, options?: Partial>) => Instance;
export declare const createPopper: >>(reference: Element | VirtualElement, popper: HTMLElement, options?: Partial>) => Instance;
export { detectOverflow };




© 2015 - 2025 Weber Informatics LLC | Privacy Policy