UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

10 lines (9 loc) 300 B
export declare const SCROLL_LOCKING_ATTRIBUTE = "data-lock-scrolling"; export declare class ScrollLockManager { private scrollLocks; private locked; registerScrollLock(): void; unregisterScrollLock(): void; handleScrollLocking(): void; resetScrollPosition(): void; }