UNPKG

@exmg/livery

Version:

Ex Machina Group Livery Web SDK.

9 lines (8 loc) 219 B
/** * Fix body at current position and disable scrolling. */ export declare function lockBody(): void; /** * Unlock body, re-enabling scrolling from previous position. */ export declare function unlockBody(): void;