/** * Closes an open menu when the table is scrolled far enough that the trigger button the * menu is anchored to is no longer visible inside the container. For cell menus all four * edges are checked; for header menus only the horizontal edges are checked since the * header is sticky and never leaves vertically. */ export declare function useCloseMenuOnScroll(props: { isMenuOpen: boolean; closeMenu: () => void; rowId: string; columnId: string; isHeader?: boolean; }): void; //# sourceMappingURL=useCloseMenuOnScroll.d.ts.map