Files
novarix.uk/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

9 lines
304 B
TypeScript

/**
* Run function with `scroll-behavior: auto` applied to `<html/>`.
* This css change will be reverted after the function finishes.
*/
export declare function disableSmoothScrollDuringRouteTransition(fn: () => void, options?: {
dontForceLayout?: boolean;
onlyHashChange?: boolean;
}): void;