@agnos-ui/core
Version:
Framework-agnostic headless component library.
9 lines (8 loc) • 344 B
TypeScript
/**
* A function to remove the scrollbars on the body element. It can be reverted using the {@link revertScrollbars} function.
*/
export declare const removeScrollbars: () => void;
/**
* A function to revert the removal of scrollbars performed by the {@link removeScrollbars} function.
*/
export declare const revertScrollbars: () => void;