/** * Hook that cancels the body scroll when triggered. * Useful for stopping body scroll when modals or sidebars open up. */ export default function useCancelBodyScroll(cancelScroll?: boolean): void; //# sourceMappingURL=use-cancel-body-scroll.d.ts.map