Files
Webklar.com/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

9 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;