UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

8 lines 412 B
/** * Handles scrolling behavior for popovers to ensure they remain visible * @param open - Whether the popover is open * @param rootEl - The root element that the popover is attached to * @param popoverHeight - The height of the popover in pixels */ export declare const handlePopoverScroll: (open: boolean, rootEl: HTMLElement | null, popoverHeight?: number) => void; //# sourceMappingURL=popover.d.ts.map