/** * Restores the scroll position of the main content area when navigating between * The scroll area being placed on the shadow dom part makes this extra difficult * https://github.com/remix-run/react-router/pull/10468 */ export default function useScrollRestoration(container: React.RefObject): void;