refactor: update utils.d.ts
parent
ecde5f788c
commit
68e0813622
|
@ -1,2 +1,9 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Utils module
|
||||||
|
*
|
||||||
|
* @module utils
|
||||||
|
*
|
||||||
|
*/
|
||||||
export declare function blockBodyScroll(): void;
|
export declare function blockBodyScroll(): void;
|
||||||
export declare function unblockBodyScroll(): void;
|
export declare function unblockBodyScroll(): void;
|
||||||
|
|
Loading…
Reference in New Issue