makearmy-app/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.d.ts
2025-09-22 10:37:53 -04:00

8 lines
282 B
TypeScript

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