UNPKG
dynamic-display-shared
Version:
latest (1.0.0)
1.0.0
0.0.1
A library for dynamic view
dynamic-display-shared
/
lib
/
shared
/
helpers
/
scroll-page.helper.d.ts
3 lines
(2 loc)
•
95 B
TypeScript
View Raw
1
2
3
export
declare
function
enableScroll
(
):
void
;
export
declare
function
disableScroll
(
):
void
;