refactor: update utils.d.ts

pull/7160/head
Mert Sincan 2025-01-28 20:08:32 +00:00
parent ecde5f788c
commit 68e0813622
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
/**
*
* Utils module
*
* @module utils
*
*/
export declare function blockBodyScroll(): void;
export declare function unblockBodyScroll(): void;