bpms_site/.svn/pristine/c3/c38c5152ab6c5bb1ed502d142501b6fc166cc57b.svn-base
2025-11-02 16:38:49 +03:30

9 lines
282 B
Plaintext

/**
* 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;