wix-style-react
Version:
wix-style-react
15 lines • 633 B
TypeScript
import PopperJS from 'popper.js';
import { PopoverProps } from '../../Popover.types';
export declare const createModifiers: ({ width, moveBy, appendTo, shouldAnimate, flip, fixed, placement, isTestEnv, minWidth, dynamicWidth, }: {
width: PopoverProps["width"];
moveBy: PopoverProps["moveBy"];
appendTo: PopoverProps["appendTo"];
shouldAnimate: boolean;
flip: PopoverProps["flip"];
fixed: PopoverProps["fixed"];
placement: any;
isTestEnv: boolean;
minWidth: PopoverProps["minWidth"];
dynamicWidth?: PopoverProps["dynamicWidth"];
}) => PopperJS.Modifiers;
//# sourceMappingURL=modifiers.d.ts.map