Skip to content

Commit

Permalink
refactor: update utils.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 28, 2025
1 parent ecde5f7 commit 68e0813
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/primevue/src/utils/Utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
/**
*
* Utils module
*
* @module utils
*
*/
export declare function blockBodyScroll(): void;
export declare function unblockBodyScroll(): void;

0 comments on commit 68e0813

Please sign in to comment.