123 |
- export declare function lockBodyScrolling(lockingEl: HTMLElement): void;
- export declare function unlockBodyScrolling(lockingEl: HTMLElement): void;
- export declare function scrollIntoView(element: HTMLElement, container: HTMLElement, direction?: 'horizontal' | 'vertical' | 'both', behavior?: 'smooth' | 'auto'): void;
|